aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2001-04-24 17:41:31 +0000
committertradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2001-04-24 17:41:31 +0000
commit991d75f905257ee1ce66a13585d528d6786beb75 (patch)
tree5eeb34ffa5f1687500cc4d3fa5574e051dba7b02 /schedule.ccl
parentff6367bbdc3e697c1a1e8320ccb1d35409be060f (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@3 ff385933-4943-42dc-877b-ffc776028de6
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..9fdff83
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,10 @@
+# Schedule definitions for thorn NaNChecker
+# $Header$
+
+if (*check_vars && check_every > 0)
+{
+ schedule NaNChecker_NaNCheck at POSTSTEP
+ {
+ LANG:C
+ } "Check for NaN's"
+}