X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexams.h;h=c97020cb2144d93446017f7dc8f2277f82d27908;hp=1372cc30a76fcc3a69bf9b0cf4d3044988c0feb8;hb=8ce440866e23bd6e534131b117fd6ec34484e5e5;hpb=336c03561cdacb388041cf9345c51a28465ee653 diff --git a/check/exams.h b/check/exams.h index 1372cc30..c97020cb 100644 --- a/check/exams.h +++ b/check/exams.h @@ -3,7 +3,7 @@ * Prototypes for all individual exams. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 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 @@ -23,6 +23,7 @@ #ifndef EXAMS_H #define EXAMS_H +#include #include "ginac.h" using namespace std; using namespace GiNaC; @@ -32,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(); @@ -42,6 +44,8 @@ unsigned exam_indexed(); unsigned exam_color(); unsigned exam_clifford(); unsigned exam_archive(); +unsigned exam_structure(); +unsigned exam_hashmap(); unsigned exam_misc(); #endif // ndef EXAMS_H