From b657a87fd010bf37eae7a40359e99ef38d883447 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 9 Sep 2004 17:41:15 +0000 Subject: 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 --- src/Statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3