From: Christian Bauer Date: Thu, 15 Feb 2001 22:52:16 +0000 (+0000) Subject: disabled the exam because the lortensor API is going to change soon X-Git-Tag: release_0-7-2~6 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=02f75b9ed524282601b0edda2ba0787ac3f0490a;hp=f062dffbb7498279b137eb9aa1ab3b6a1ddb83c1;ds=inline disabled the exam because the lortensor API is going to change soon --- 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;