From f4a20a50e6a067a46cf87c5055b5340f95a39d4a Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 17 Jun 2003 13:23:06 +0000 Subject: 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 --- src/NaNCheck.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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")) { -- cgit v1.2.3