aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@906471b6-c639-44d1-9ea0-3e3d6879f074>2004-09-09 17:41:15 +0000
committergoodale <goodale@906471b6-c639-44d1-9ea0-3e3d6879f074>2004-09-09 17:41:15 +0000
commitb657a87fd010bf37eae7a40359e99ef38d883447 (patch)
treeab30be5882cfb4bd2aa99c1d8f63184a9da67ae5
parentaaea32eab5666d743a0b4148bda57b95183825ee (diff)
Reducing severity of thw warning about a missing interpolator. May
increase the severity again after the next beta release. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/SymBase/trunk@17 906471b6-c639-44d1-9ea0-3e3d6879f074
-rw-r--r--src/Statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Statistics.c b/src/Statistics.c
index e31cac6..628e92b 100644
--- a/src/Statistics.c
+++ b/src/Statistics.c
@@ -122,7 +122,7 @@ SymBase_Statistics (CCTK_ARGUMENTS)
{
CCTK_WARN (0, "only 3 dimensions are supported so far");
}
- CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING,
"The symmetry %s on the %s %c-face has not registered a symmetry interpolator",
symmetry_name,
face % 2 == 0 ? "lower" : "upper",