aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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