aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2003-06-17 13:23:06 +0000
committertradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2003-06-17 13:23:06 +0000
commitf4a20a50e6a067a46cf87c5055b5340f95a39d4a (patch)
tree020bacc42efdd1340ecf832ca9e6b66f801dfca9 /src
parenta1b2cf0343152ad1240d27ff9265f78b8c323852 (diff)
Forgot to call CCTK_TerminateNext() when NaNChecker::action_if_found = "terminate" was set.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@42 ff385933-4943-42dc-877b-ffc776028de6
Diffstat (limited to 'src')
-rw-r--r--src/NaNCheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NaNCheck.c b/src/NaNCheck.c
index d140c47..ad854c0 100644
--- a/src/NaNCheck.c
+++ b/src/NaNCheck.c
@@ -182,6 +182,7 @@ int NaNChecker_NaNCheck (const cGH *GH)
{
CCTK_WARN (1, "'action_if_found' parameter is set to 'terminate' - "
"scheduling graceful termination of Cactus");
+ CCTK_TerminateNext (GH);
}
else if (CCTK_Equals (info.action_if_found, "abort"))
{