summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorswhite <swhite@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-10-19 06:25:17 +0000
committerswhite <swhite@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-10-19 06:25:17 +0000
commit8ba99ba3197c53d0fad8ec50c1dfa667d7eb00bd (patch)
treec9f25be2d070ea65e561f11496951556aa39df90 /doc/UsersGuide
parent24f37e11856b0bbfbafe4fc3d81255686ac693d2 (diff)
Corrected and completed schedule bin entry about CCTK_RECOVER_PARAMETERS
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4379 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/Appendices.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 1625e5d2..f72794bf 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -1204,11 +1204,10 @@ occurred. You should return 0.
The return value in {\tt CCTK\_RECOVER\_PARAMETERS} should be zero,
positive, or negative, indicating that no parameters were recovered,
that parameters were recovered successfully, or that an error
-occurred, respectively. Only the first routine that returns a
-positive value in the {\tt CCTK\_RECOVER\_PARAMETERS} bin will be
-executed; all later routines will be ignored. The execution order in
-this bin is unspecified.
-
+occurred, respectively. Routines in this bin are executed in alphabetical
+order, according to the owning thorn's name, until one returns a positive
+value. All later routines are ignored. Schedule clauses \texttt{BEFORE},
+\texttt{AFTER}, \texttt{WHILE}, etc., are ignored.
\begin{Lentry}