]> www.ginac.de Git - ginac.git/blobdiff - check/exam_noncommut.cpp
disabled the exam because the lortensor API is going to change soon
[ginac.git] / check / exam_noncommut.cpp
index bd395a3b8941872abddf4c1e62f0dad92cf03dad..03ae6ff980763f96a2ebef01dcd28108cc98cdbf 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "exams.h"
 
+#if 0 // this will change
+
 static unsigned lortensor_check1(void)
 {
        // checks simple identities of the metric tensor!
@@ -85,15 +87,19 @@ static unsigned lortensor_check2(void)
        return result;
 }
 
+#endif
+
 unsigned exam_noncommut(void)
 {
        unsigned result = 0;
        
        cout << "examining behaviour of noncommutative objects" << flush;
        clog << "----------behaviour of noncommutative objects:" << endl;
-       
+
+#if 0  
        result += lortensor_check1();  cout << '.' << flush;
        result += lortensor_check2();  cout << '.' << flush;
+#endif
        
        if (!result) {
                cout << " passed " << endl;