summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-04-01 15:42:55 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-04-01 15:42:55 +0000
commitf394369323200b61ba96cbbe1f2294826d22c663 (patch)
tree9f260d13a8e1ff6e299387d5bf9b41f5470a12e7
parent1e04b4be7d0e587e6b68907a12ed530f1006aae4 (diff)
Fix wrong order of arguments in CCTK_FortranString().
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4019 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/ReferenceManual/CCTKReference.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index bd26f190..07dfc3ca 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -2407,13 +2407,13 @@ Group has no members.
\begin{CCTKFunc}{CCTK\_FortranString}{Changes a C string into a Fortran string}
\label{CCTK-FortranString}
\subroutine{int}{integer}{nchar}
-\argument{const char *}{character*(*)}{strout}
-\argument{const char *}{CCTK\_STRING}{strin}
+\argument{const char *}{CCTK\_STRING}{c\_string\_in}
+\argument{const char *}{character*(*)}{fortran\_string\_out}
\showargs
\begin{params}
\parameter{nchar}{The number of characters in the C string, not counting the null terminator}
-\parameter{strout}{The Fortran string which on output contains the C string as the first nchar characters}
-\parameter{strin}{The (pointer to the) C string containing the null terminator}
+\parameter{c\_string\_in}{The (pointer to the) C string containing the null terminator}
+\parameter{fortran\_string\_out}{The Fortran string which on output contains the C string as the first nchar characters}
\end{params}
\begin{discussion}
String or keyword parameters in Cactus are passed into Fortran routines as