aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2005-06-09 13:24:01 +0000
committertradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2005-06-09 13:24:01 +0000
commitc971f0c3d2242644302551b6c256226cf3067afe (patch)
treeffb0bd0e032f3fdda11a5f91c90ad7a1842c8427
parent29f9619048f7f16fdb89158caaa34906f1591781 (diff)
Schedule NaNChecker_TakeAction() in GLOBAL LOOP-level mode.
Now will output all levels of the NaNMask (not just the first one in which NaNs were found). This closes PR CactusUtils/1942: "NaNChecker outputs only coarsest level of NaNmask". git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@76 ff385933-4943-42dc-877b-ffc776028de6
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ff045cf..8ffb2c7 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -20,6 +20,6 @@ if (*check_vars && check_every > 0)
schedule NaNChecker_TakeAction at POSTSTEP after NaNChecker_NaNCheck
{
LANG: C
- OPTIONS: level
+ OPTIONS: global loop-level
} "Output NaNChecker::NaNmask and take action according to NaNChecker::action_if_found"
}