aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);