From 92f8622dbef1d7322bf36500a947ba4474035504 Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 27 Mar 2012 03:33:54 +0000 Subject: fix prototype of CCTK_Barrier in reference manual git-svn-id: http://svn.cactuscode.org/flesh/trunk@4796 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/ReferenceManual.pdf | Bin 921141 -> 1184068 bytes doc/ReferenceManual/CCTKReference.tex | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/ReferenceManual.pdf b/doc/ReferenceManual.pdf index eb86ac82..29696f29 100644 Binary files a/doc/ReferenceManual.pdf and b/doc/ReferenceManual.pdf 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} -- cgit v1.2.3