X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexams.h;h=e229e8ae6bc2d20dc2e8512c6da4c73d5adaa279;hb=f483956b1ffccfadcee055e12c9bf51f0805a8e1;hp=416564ae44a3a4271db3b27ca5f04ca069815709;hpb=db5765dc91202851739e196ba11bfccb0b3fe7bc;p=ginac.git diff --git a/check/exams.h b/check/exams.h index 416564ae..e229e8ae 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-2003 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,12 +23,10 @@ #ifndef EXAMS_H #define EXAMS_H +#include #include "ginac.h" using namespace std; - -#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC // prototypes for all individual checks should be unsigned fcn(): unsigned exam_paranoia(); @@ -41,7 +39,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