aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index bd65ff7..332af7b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -295,8 +295,7 @@ for this elliptic problem has been registered.
The registration process is part of the authors thorn, not part of EllBase.
There is no need to change code in EllBase. Usually, a author of solver
routines will register the routines that register an elliptic equation class
-and/or an elliptic solver at STARTUP (see \ref{sec:RFR} for information on
- scheduling). If a author registers both, class and solver, you must make
+and/or an elliptic solver in the STARTUP timebin. If a author registers both, class and solver, you must make
sure, that the elliptic class is registered {\em before} the solver
registration takes place.
@@ -431,7 +430,7 @@ c We have no storage for M if they are of size one in each direction
\end{verbatim}
This Fortran solver receives the following arguments: the ``typical''
- CCTK\_ARGUMENTS (see \ref{sec:cctk_Arguments}): {\tt \_CCTK\_ARGUMENTS},
+ CCTK\_ARGUMENTS: {\tt \_CCTK\_ARGUMENTS},
the {\em size} of the coefficient matrix: {\tt Mlinear\_lsh}, the coefficient
matrix {\tt Mlinear}, the variable to solve for: {\tt var}, and the two arrays with convergence information.