aboutsummaryrefslogtreecommitdiff
path: root/src/interpolate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpolate.c')
-rw-r--r--src/interpolate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index ff69f73..bfd90d9 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -61,7 +61,7 @@ Rot180_CheckTensorTypes (CCTK_ARGUMENTS)
if (numvars != 1) {
char * groupname = CCTK_GroupName(gi);
assert (groupname);
- CCTK_VWarn (1, __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);
@@ -71,7 +71,7 @@ Rot180_CheckTensorTypes (CCTK_ARGUMENTS)
if (numvars != 1) {
char * groupname = CCTK_GroupName(gi);
assert (groupname);
- CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn (4, __LINE__, __FILE__, CCTK_THORNSTRING,
"Group \"%s\" has the tensor type alias \"4scalar\", but contains more than 1 element",
groupname);
free (groupname);
@@ -290,7 +290,7 @@ Rot180_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
if (numvars != 1) {
char * 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);