aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interpolate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index 1e7fd41..717d352 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -40,7 +40,7 @@ Rot180_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);