summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-10-04 19:13:15 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-10-04 19:13:15 +0000
commitba2ec3240e89b646fe0650c1d2a1402bb7d44210 (patch)
treeaaef863b01c02276ebd7e60555c6920a0aa43e09 /doc/ReferenceManual
parent2005cbfaa34bcb9b777c858b981e28206aadd134 (diff)
Update documentation of CCTK_ParameterSet
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4641 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 979a1389..ec21a119 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -9212,6 +9212,14 @@ The thorn or implementation name must be the name of the place where
the parameter is originally defined. It is not possible to pass the
thorn or implementation name of a thorn that merely declares the
parameter as used.
+
+While setting a new parameter value is immediately reflected in
+Cactus' database, the value of the parameter is not changed
+immediately in the routine that sets the new value: It is updated only
+the next time a routine is entered (or rather, when the
+\code{DECLARE\_CCTK\_PARAMETERS} is encountered the next time). It is
+therefore advisable to set the new parameter value in a routine
+scheduled at a time earlier to when the new value is required.
\end{Discussion}
\begin{SeeAlsoSection}