git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
updated the autogen.sh script
[ginac.git]
/
check
/
exams.h
diff --git
a/check/exams.h
b/check/exams.h
index cd5f4b9b022d398eb90a3656b24e279bd270da23..5c93df0c5fb037a978aec2eb2076099d73dabf4b 100644
(file)
--- a/
check/exams.h
+++ b/
check/exams.h
@@
-3,7
+3,7
@@
* Prototypes for all individual exams. */
/*
* Prototypes for all individual exams. */
/*
- * GiNaC Copyright (C) 1999-200
0
Johannes Gutenberg University Mainz, Germany
+ * GiNaC Copyright (C) 1999-200
2
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
*
* 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,11
+23,10
@@
#ifndef EXAMS_H
#define EXAMS_H
#ifndef EXAMS_H
#define EXAMS_H
+#include <iostream>
#include "ginac.h"
#include "ginac.h"
-
-#ifndef NO_NAMESPACE_GINAC
+using namespace std;
using namespace GiNaC;
using namespace GiNaC;
-#endif // ndef NO_NAMESPACE_GINAC
// prototypes for all individual checks should be unsigned fcn():
unsigned exam_paranoia();
// prototypes for all individual checks should be unsigned fcn():
unsigned exam_paranoia();
@@
-40,7
+39,10
@@
unsigned exam_normalization();
unsigned exam_pseries();
unsigned exam_matrices();
unsigned exam_lsolve();
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
unsigned exam_misc();
#endif // ndef EXAMS_H