From: hartmann Date: Tue, 16 Mar 2004 07:40:20 +0000 (+0000) Subject: Fix bug. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b18a2dd66908be39eaa399096454f8777af189cd;p=dealii-svn.git Fix bug. git-svn-id: https://svn.dealii.org/trunk@8761 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/tests.h b/tests/tests.h index b37b4a664a..e58998636a 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -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 << (0.); else logstream. -#ifndef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG +#ifdef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG template #endif operator << (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 << (0.); else logstream. -#ifndef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG +#ifdef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG template #endif operator << (d);