]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix bug.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 2004 07:40:20 +0000 (07:40 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 2004 07:40:20 +0000 (07:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@8761 0785d39b-7218-0410-832d-ea1e28bc413d

tests/tests.h

index b37b4a664a79b2e08b03e8a0e307d1ba1898cd56..e58998636a2dbe410d9cbe2686412c12c804faaa 100644 (file)
@@ -30,13 +30,13 @@ LogStream & operator << (LogStream &logstream,
 {
   if (std::fabs (d) < 1e-10)
     logstream.
-#ifndef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
+#ifdef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
       template
 #endif
       operator << <double> (0.);
   else
     logstream.
-#ifndef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
+#ifdef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
       template
 #endif
       operator << <double> (d);
@@ -50,13 +50,13 @@ LogStream & operator << (LogStream &logstream,
 {
   if (std::fabs (d) < 1e-8)
     logstream.
-#ifndef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
+#ifdef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
       template
 #endif
       operator << <float> (0.);
   else
     logstream.
-#ifndef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
+#ifdef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
       template
 #endif
       operator << <float> (d);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.