X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexams.h;h=cc87f419bce6974398291a0df9a52b3ecb428aa1;hp=2b2c0ac2dcf94b13570dc81ee1b6621fdd07dc1f;hb=5b271ab557e07090fd87d816da06c4f765b2dde9;hpb=bab935d3cbaccc2f1a77d16d712271063d085d42 diff --git a/check/exams.h b/check/exams.h index 2b2c0ac2..cc87f419 100644 --- a/check/exams.h +++ b/check/exams.h @@ -3,7 +3,7 @@ * Prototypes for all individual exams. */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef EXAMS_H @@ -33,6 +33,7 @@ unsigned exam_paranoia(); unsigned exam_numeric(); unsigned exam_powerlaws(); unsigned exam_inifcns(); +unsigned exam_inifcns_nstdsums(); unsigned exam_differentiation(); unsigned exam_polygcd(); unsigned exam_normalization(); @@ -43,7 +44,8 @@ unsigned exam_indexed(); unsigned exam_color(); unsigned exam_clifford(); unsigned exam_archive(); +unsigned exam_structure(); +unsigned exam_hashmap(); unsigned exam_misc(); -unsigned exam_inifcns_nstdsums(); #endif // ndef EXAMS_H