From dcc567333cbd1e0db480ad99b9ec46c178ae1713 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 20 Feb 2008 16:30:30 +0000 Subject: Reduce warning level if multiple scalars are found in the same group git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@20 082bdb00-0f4f-0410-b49e-b1835e5f2039 --- src/interpolate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interpolate.c b/src/interpolate.c index eb60460..84d0485 100644 --- a/src/interpolate.c +++ b/src/interpolate.c @@ -219,7 +219,7 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_, if (numvars != 1) { groupname = CCTK_GroupName(gi); assert (groupname); - CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING, + CCTK_VWarn (4, __LINE__, __FILE__, CCTK_THORNSTRING, "Group \"%s\" has the tensor type alias \"scalar\", but contains more than 1 element", groupname); free (groupname); -- cgit v1.2.3