aboutsummaryrefslogtreecommitdiff
path: root/src/interpolate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpolate.c')
-rw-r--r--src/interpolate.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index 30a18f8..225741c 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -332,7 +332,7 @@ Rot90_CheckTensorTypes (CCTK_ARGUMENTS)
if (numvars != 1) {
char * groupname = CCTK_GroupName(gi);
assert (groupname);
- CCTK_VWarn (3, __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);
@@ -342,7 +342,7 @@ Rot90_CheckTensorTypes (CCTK_ARGUMENTS)
if (numvars != 1) {
char * groupname = CCTK_GroupName(gi);
assert (groupname);
- CCTK_VWarn (3, __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);
@@ -667,7 +667,7 @@ Rot90_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);
@@ -680,7 +680,7 @@ Rot90_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 \"4-scalar\", but contains more than 1 element",
groupname);
free (groupname);