X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexams.h;h=1372cc30a76fcc3a69bf9b0cf4d3044988c0feb8;hp=cd5f4b9b022d398eb90a3656b24e279bd270da23;hb=d590423af63e476d624e1c37350258bc9cac46d3;hpb=27d8eeed808afec4b319cea040d62365b65d49bc diff --git a/check/exams.h b/check/exams.h index cd5f4b9b..1372cc30 100644 --- a/check/exams.h +++ b/check/exams.h @@ -3,7 +3,7 @@ * Prototypes for all individual exams. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 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 @@ -24,10 +24,8 @@ #define EXAMS_H #include "ginac.h" - -#ifndef NO_NAMESPACE_GINAC +using namespace std; using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC // prototypes for all individual checks should be unsigned fcn(): unsigned exam_paranoia(); @@ -40,7 +38,10 @@ unsigned exam_normalization(); unsigned exam_pseries(); unsigned exam_matrices(); unsigned exam_lsolve(); -unsigned exam_noncommut(); +unsigned exam_indexed(); +unsigned exam_color(); +unsigned exam_clifford(); +unsigned exam_archive(); unsigned exam_misc(); #endif // ndef EXAMS_H