summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-12-10 15:31:15 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-12-10 15:31:15 +0000
commitf6c9ef2e9b5082852f9fc59d69f07b46ca204355 (patch)
treedf7e33b52c55734b38cd8a202a17138f89e71c49 /doc
parent58fba9576e15a662478f12791a5f41a37c97979c (diff)
fix error return in CCTK_ReduceGridArrays() example
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3928 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 03123164..082cfa71 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -8174,8 +8174,7 @@ c output numbers:
output_numbers_type_codes, output_numbers)
if (status .lt. 0) then
- call CCTK_WARN(status, "Error return from reducer!")
- call CCTK_Exit(dummy, Util_NullPointer(), status)
+ call CCTK_WARN(CCTK_WARN_ABORT, "Error return from reducer!")
end if
\end{verbatim}