summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-03 12:11:38 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-03 12:11:38 +0000
commit84dbefd0edc87b34fe2fe59574c2bae47515d4ec (patch)
tree709517d46d6992e26d669803b2b42af29403dbd2 /doc/UsersGuide/ThornWriters.tex
parent0f834a71d96af77c74521a85a9170cbfcac4c095 (diff)
Correct description of SYNC statements in the schedule. These are
preferred, but are not necessary for mesh refinement. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4218 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index ab73310f..267afa72 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -532,9 +532,7 @@ grid variables in \texttt{schedule.ccl} is an alternative to calling the
function \texttt{CCTK\_SyncGroup()} (see the Reference Manual) from inside a
routine. Using the \texttt{SYNC}
keyword in the \texttt{schedule.ccl} is the preferred method, since it
-provides the Flesh with more information about the behaviour of your code,
-and in particular is a requirement for using a driver with adaptive mesh
-refinement.
+provides the Flesh with more information about the behaviour of your code.
\end{Lentry}