summaryrefslogtreecommitdiff
path: root/src/main/WarnLevel.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-07-06 09:14:46 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-07-06 09:14:46 +0000
commitabee539203ff53ed89b13193b9c57b9d4b2b57e6 (patch)
treeba1f413f85515efa1d39da733924ce3e5de3ab0c /src/main/WarnLevel.c
parentb5e0619f14e0ec96650d2c0992488bee0c852525 (diff)
Change default parameter checking level from "normal" to "strict".
This applies patch http://www.cactuscode.org/old/pipermail/developers/2006-June/004916.html. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4347 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/WarnLevel.c')
-rw-r--r--src/main/WarnLevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c
index c6dd1eb1..457901b1 100644
--- a/src/main/WarnLevel.c
+++ b/src/main/WarnLevel.c
@@ -158,7 +158,7 @@ static void CCTKi_InfoCallbacksCall(const char *thorn, const char *message);
********************************************************************/
/* Store the parameter checking level */
-static int parameter_level = CCTK_PARAMETER_NORMAL;
+static int parameter_level = CCTK_PARAMETER_STRICT;
/* Store the number of parameter errors */
static int param_errors = 0;