summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-27 11:22:52 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-27 11:22:52 +0000
commit65331e083a533258fac0712e8f9187d70c3e57c8 (patch)
tree0af44338839d6299904e0bf8443d591954324919 /doc
parent9a1c2034382cbd333563f36966dd8e3c42d0e886 (diff)
Adding comment about continuation lines in CCL files
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1903 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/ThornWriters.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index c1210165..aaf73078 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -172,7 +172,8 @@ called. It also handles memory and communication assignment for grid variables.
CCL {\bf Cactus Configuration Language} files are simple text files
used to define configuration information for a thorn. CCL files are
case independent, and may contain comments introduced by the `\#' character,
-which indicates that the rest of the line is a comment.
+which indicates that the rest of the line is a comment. If the last non-blank character of a line in a CCL file is a backslash {\tt \}, the following line
+is treated as a continuation of the current line.
\subsection{The {\tt interface.ccl}}