From bb373c28d93a5594880a04ee57daec7600b80037 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 23 May 2002 15:58:23 +0000 Subject: Another bugfix in checking for output of complex variables. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@36 38c3d835-c875-442e-b0fe-21c19ce1d001 --- src/Output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Output.c b/src/Output.c index 731927f..bc37807 100644 --- a/src/Output.c +++ b/src/Output.c @@ -331,7 +331,7 @@ static void CheckSteerableParameters (const cGH *GH) } if (strncmp (CCTK_VarTypeName (CCTK_VarTypeI (vindex)), - "CCTK_VARIABLE_COMPLEX", 21)) + "CCTK_VARIABLE_COMPLEX", 21) == 0) { fullname = CCTK_FullName (vindex); CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, -- cgit v1.2.3