aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2002-06-04 14:24:42 +0000
committerrideout <rideout@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2002-06-04 14:24:42 +0000
commitcef64a75a9b25aee45bf847c1413672ae19473ba (patch)
tree11f8c30de090a01924998a7cf5cd958610cea6c0
parent91e4c9569fc51ee700444a43b2329b9c9ce292db (diff)
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
-rw-r--r--src/Flat.c2
1 files changed, 1 insertions, 1 deletions
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);
}