summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-03-27 03:33:54 +0000
committerrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-03-27 03:33:54 +0000
commit92f8622dbef1d7322bf36500a947ba4474035504 (patch)
treefd9c0e8b0e3ca16d7ec6df260e614882f1640be7 /doc
parentf7cc8252325397b5e1b31b35a1ac37da75b26b76 (diff)
fix prototype of CCTK_Barrier in reference manual
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4796 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/ReferenceManual.pdfbin921141 -> 1184068 bytes
-rw-r--r--doc/ReferenceManual/CCTKReference.tex8
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/ReferenceManual.pdf b/doc/ReferenceManual.pdf
index eb86ac82..29696f29 100644
--- a/doc/ReferenceManual.pdf
+++ b/doc/ReferenceManual.pdf
Binary files differ
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 98a31023..d268dc78 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -1256,14 +1256,14 @@ it must be called by all processors otherwise the code will hang.
\begin{SynopsisSection}
\begin{Synopsis}{C}
\begin{verbatim}
-int istat = CCTK_Barrier(int cGH, const cGH *cctkGH)
+int istat = CCTK_Barrier(const cGH *cctkGH)
\end{verbatim}
\end{Synopsis}
\begin{Synopsis}{Fortran}
\begin{verbatim}
-subroutine CCTK_Barrier(cGH, cctkGH)
- integer cGH
- CCTK_Pointer cctkGH
+subroutine CCTK_Barrier (istat, cctkGH)
+ integer itat
+ CCTK_POINTER_TO_CONST cctkGH
\end{verbatim}
\end{Synopsis}
\end{SynopsisSection}