X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexams.h;h=5c93df0c5fb037a978aec2eb2076099d73dabf4b;hp=259b54d2f5a3032ef4ff628585720e5d34b1b161;hb=ee1af48a44dbe1e3b743c3683cd3601deb7ce0ed;hpb=c69d2c6f95cd62f1bbf2ff665551b1d1b693466c diff --git a/check/exams.h b/check/exams.h index 259b54d2..5c93df0c 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-2002 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; @@ -38,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