aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2002-05-20 16:05:20 +0000
committerrideout <rideout@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2002-05-20 16:05:20 +0000
commitf50e07b2f7596ba65ba8c1eb71095b6c2623d36b (patch)
treecf93b8dee4e4f2fe05e63cf03f0d6c6dd65e1825
parenta6ed655338e2a729ec8eabdfc7f5869eb444f2a7 (diff)
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
-rw-r--r--src/ConfMetric.c2
1 files changed, 1 insertions, 1 deletions
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);
}