From c971f0c3d2242644302551b6c256226cf3067afe Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 9 Jun 2005 13:24:01 +0000 Subject: 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 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.2.3