aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2008-02-20 16:30:30 +0000
committerschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2008-02-20 16:30:30 +0000
commitdcc567333cbd1e0db480ad99b9ec46c178ae1713 (patch)
tree1cc99caee8f84b80565cba9ae8494d10b1db09ad
parent6883a7e95eca9c8eeb3b3833ceb3404cd536894f (diff)
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
-rw-r--r--src/interpolate.c2
1 files changed, 1 insertions, 1 deletions
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);