aboutsummaryrefslogtreecommitdiff
path: root/doc/ThornGuide.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ThornGuide.tex')
-rw-r--r--doc/ThornGuide.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ThornGuide.tex b/doc/ThornGuide.tex
index 18f6c6e..6dba57b 100644
--- a/doc/ThornGuide.tex
+++ b/doc/ThornGuide.tex
@@ -376,7 +376,7 @@ accessible by the elliptic registry).
\begin{verbatim}
/* Fortran wrapper for the routine Ell_SimpleEllSolver */
-void FMODIFIER FORTRAN_NAME(Ell_SimpelEllSolver)
+void CCTK_FCALL CCTK_FNAME(Ell_SimpelEllSolver)
(cGH *GH, int *FieldIndex, int *MIndex,
int *AbsTol, int *RelTol, ONE_FORTSTRING_ARG) {
ONE_FORTSTRING_CREATE(solver_name);
@@ -454,7 +454,7 @@ void FastSOR_wrapper(cGH *GH, int *FieldIndex, int *MIndex,
}
/* call the fortran routine */
- FORTRAN_NAME(SimpleEll_Solver)(_PASS_CCTK_C2F(GH),
+ CCTK_FNAME(SimpleEll_Solver)(_PASS_CCTK_C2F(GH),
Mlinear_lsh, Mlinear, var,
AbsTol, RelTol);
}