From 8729ecbe1e486ad185b01dae7ebe7055524d8ef8 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 22 Jan 2004 14:55:18 +0000 Subject: 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 --- doc/documentation.tex | 2 +- schedule.ccl | 2 +- 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 -- cgit v1.2.3