aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlanfer <lanfer@edbb7e70-9571-45d5-a481-0a560a9b4751>1999-11-09 08:52:53 +0000
committerlanfer <lanfer@edbb7e70-9571-45d5-a481-0a560a9b4751>1999-11-09 08:52:53 +0000
commit10e121228924a024cb446ab080ab39ba7cb5fd6f (patch)
tree5f3899737a8f918d43dd77491a3eba05b5758e0e
parent87d24a458cb0223dd9b2cffb965c7012d268f5fe (diff)
increased warning level
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@18 edbb7e70-9571-45d5-a481-0a560a9b4751
-rw-r--r--src/Slicing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slicing.c b/src/Slicing.c
index 46ebcf3..c35864f 100644
--- a/src/Slicing.c
+++ b/src/Slicing.c
@@ -242,7 +242,7 @@ void Einstein_ActivateSlicing(cGH *GH) {
/* If slicing is set to "none", only warn level 2 (could be initial data only) */
if (CCTK_Equals(slicing,"none")) {
- CCTK_WARN(1,"No slicing set. Prob. fatal when you enter evolution loop (itlast>0).\n");
+ CCTK_WARN(2,"No slicing set. Prob. fatal when you enter evolution loop (itlast>0).\n");
} else {
err = (char*)malloc(256*sizeof(char));
sprintf(err,"%s%s%s%s",