From: Christian Bauer Date: Thu, 26 Jul 2001 23:19:54 +0000 (+0000) Subject: Hm, what exactly changed here...? X-Git-Tag: release_0-9-2~18 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=504b90fcaeafe013a6f1b32edcc0d6a51561fc35 Hm, what exactly changed here...? --- diff --git a/check/exam_clifford.cpp b/check/exam_clifford.cpp index 10f15205..287a600d 100644 --- a/check/exam_clifford.cpp +++ b/check/exam_clifford.cpp @@ -250,7 +250,7 @@ unsigned exam_clifford(void) result += clifford_check3(); cout << '.' << flush; result += clifford_check4(); cout << '.' << flush; result += clifford_check5(); cout << '.' << flush; - + if (!result) { cout << " passed " << endl; clog << "(no output)" << endl;