summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/UsersGuide/Appendices.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index a69bd903..7299aaa8 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -1208,6 +1208,11 @@ recovered successfully, or that an error occurred, respectively.
\begin{Lentry}
+\item[{\tt CCTK\_RECOVER\_PARAMETERS}]
+ Used by thorns with relevant IO methods as the point
+ to read parameters when recovering from checkpoint files.
+ Grid variables are not available in this timebin.
+
\item[{\tt CCTK\_STARTUP}]
Run before any grids are constructed, this is
the timebin for example where grid independent information
@@ -1215,11 +1220,6 @@ recovered successfully, or that an error occurred, respectively.
Note that since no grids are setup at this point, grid
variables cannot be used in routines scheduled here.
-\item[{\tt CCTK\_RECOVER\_PARAMETERS}]
- Used by thorns with relevant IO methods as the point
- to read parameters when recovering from checkpoint files.
- Grid variables are not available in this timebin.
-
\item[{\tt CCTK\_WRAGH}]
This timebin is executed when all parameters are known, but
before the driver thorn constructs the grid. It should only