aboutsummaryrefslogtreecommitdiff
path: root/src/interpolate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpolate.c')
-rw-r--r--src/interpolate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index 225741c..06ab1c5 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -311,7 +311,7 @@ Rot90_CheckTensorTypes (CCTK_ARGUMENTS)
if (ierr == UTIL_ERROR_TABLE_NO_SUCH_KEY) {
char * groupname = CCTK_GroupName(gi);
assert (groupname);
- CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn (4, __LINE__, __FILE__, CCTK_THORNSTRING,
"Tensor type alias not declared for group \"%s\" -- assuming a scalar",
groupname);
free (groupname);