]> www.ginac.de Git - ginac.git/blobdiff - check/exams.h
prepared for 1.0.13 release
[ginac.git] / check / exams.h
index 94ae18a1c0f23088ff6114a2ae0082ca4676054b..e229e8ae6bc2d20dc2e8512c6da4c73d5adaa279 100644 (file)
@@ -3,7 +3,7 @@
  *  Prototypes for all individual exams. */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 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,6 +23,7 @@
 #ifndef EXAMS_H
 #define EXAMS_H
 
+#include <iostream>
 #include "ginac.h"
 using namespace std;
 using namespace GiNaC;
@@ -40,6 +41,8 @@ unsigned exam_matrices();
 unsigned exam_lsolve();
 unsigned exam_indexed();
 unsigned exam_color();
+unsigned exam_clifford();
+unsigned exam_archive();
 unsigned exam_misc();
 
 #endif // ndef EXAMS_H