From 48ab0b9edc8516d26be57e48699e051a1f2d3cd6 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 18 Aug 2002 20:10:28 +0000 Subject: remove bad labels Fixes Cactus/1190 git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@71 57bc7290-fb3d-4efd-a9b1-28e84cce6043 --- doc/documentation.tex | 5 ++--- 1 file 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. -- cgit v1.2.3