From f50e07b2f7596ba65ba8c1eb71095b6c2623d36b Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 20 May 2002 16:05:20 +0000 Subject: Changing warning level of "Ell::SORaccel not set" from 1 to 3. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@81 fa3da13c-9f13-4301-a575-cf5b8c5e1907 --- src/ConfMetric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConfMetric.c b/src/ConfMetric.c index 360fb28..6510895 100644 --- a/src/ConfMetric.c +++ b/src/ConfMetric.c @@ -182,7 +182,7 @@ int SORConfMetric3D(cGH *GH, int *MetricPsiI, int conformal, if (Ell_GetStrKey(&sor_accel, "Ell::SORaccel") == ELLGET_NOTSET) { const char tmpstr[6] = "const"; - CCTK_WARN(1,"SORConfMetric3D: Ell::SORaccel not set. " + CCTK_WARN(3,"SORConfMetric3D: Ell::SORaccel not set. " "Omega being set to a constant value of 1.8."); sor_accel = strdup(tmpstr); } -- cgit v1.2.3