aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2004-01-22 14:55:18 +0000
committertradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2004-01-22 14:55:18 +0000
commit8729ecbe1e486ad185b01dae7ebe7055524d8ef8 (patch)
tree90fae366267659a423febd5b80e4c9a51a048502
parentb071344f919fe7955a63b7fe0bd067d09e2710d7 (diff)
NaNChecker is now scheduled at ANALYSIS (rather than POSTSTEP).
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@53 ff385933-4943-42dc-877b-ffc776028de6
-rw-r--r--doc/documentation.tex2
-rw-r--r--schedule.ccl2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index c2383d0..5ad1df6 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -58,7 +58,7 @@ to the required
values. (For most testing purposes these can be set to {\tt 1, 0,} and {"all"}
respectively).
-The NaNChecker then registers a routine at {\bf CCTK\_POSTSTEP} which checks
+The NaNChecker then registers a routine at {\bf CCTK\_ANALYSIS} which checks
at every {\tt NanChecker::check\_every} iteration -- starting at iteration
number {\tt NaNChecker::check\_after} -- all the variables listed in
{\tt NaNChecker::check\_vars} for NaN or infinite values (depending on {\tt
diff --git a/schedule.ccl b/schedule.ccl
index 862ca49..773be6b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
if (*check_vars && check_every > 0)
{
- schedule NaNChecker_NaNCheck at POSTSTEP
+ schedule NaNChecker_NaNCheck at ANALYSIS
{
LANG:C
STORAGE: NaNmask_group