]> 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 6f39422eb1ed0462e939d44c16a76dec26a152be..03ae6ff980763f96a2ebef01dcd28108cc98cdbf 100644 (file)
@@ -3,7 +3,7 @@
  *  Here we test manipulations on GiNaC's lortensors. */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2001 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
@@ -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;