summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}