X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_noncommut.cpp;h=03ae6ff980763f96a2ebef01dcd28108cc98cdbf;hp=bd395a3b8941872abddf4c1e62f0dad92cf03dad;hb=02f75b9ed524282601b0edda2ba0787ac3f0490a;hpb=f062dffbb7498279b137eb9aa1ab3b6a1ddb83c1;ds=sidebyside diff --git a/check/exam_noncommut.cpp b/check/exam_noncommut.cpp index bd395a3b..03ae6ff9 100644 --- a/check/exam_noncommut.cpp +++ b/check/exam_noncommut.cpp @@ -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;