From cef64a75a9b25aee45bf847c1413672ae19473ba Mon Sep 17 00:00:00 2001 From: rideout Date: Tue, 4 Jun 2002 14:24:42 +0000 Subject: Changed warning level for "omega not set" to 3, to be consistent with ConfMetric.c (and the fact that this is not very important at all). git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@85 fa3da13c-9f13-4301-a575-cf5b8c5e1907 --- src/Flat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flat.c b/src/Flat.c index 293f71c..bfc5df5 100644 --- a/src/Flat.c +++ b/src/Flat.c @@ -135,7 +135,7 @@ int SORFlat3D(cGH *GH, int FieldIndex, int MIndex, int NIndex, if (Ell_GetStrKey(&sor_accel, "Ell::SORaccel") == ELLGET_NOTSET) { const char tmpstr[6] = "const"; - CCTK_WARN(1, "SORFlat3D: Ell::SORaccel not set. " + CCTK_WARN(3, "SORFlat3D: Ell::SORaccel not set. " "Omega being set to a constant value of 1.8."); sor_accel = strdup(tmpstr); } -- cgit v1.2.3