summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-21 21:10:28 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-21 21:10:28 +0000
commitfe89bb0b6590b24f4c8c6cee06b26a985661ef5a (patch)
tree1be4b5d14d44ea942904030bed14e1ba4e942889 /doc
parentc55875e78d0b866a22f4ad79063a9e7c559d7f8e (diff)
don't reference something outside the appendix because the appendices are used in more than one document
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4826 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/Appendices.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 9287274b..8c7442ec 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -1308,8 +1308,8 @@ character `{\tt /}' reserved for future expansion.%%%
tree-like data structures.%%%
}%%%
-Values are 1-dimensional arrays of any of the usual Cactus data types
-described in Section~\ref{sect-ThornWriting/DataTypes}.
+Values are 1-dimensional arrays of any of the usual Cactus data types.
+%described in Section~\ref{sect-ThornWriting/DataTypes}.
A string can be stored by treating it as a 1-dimensional array of
\verb|CCTK_CHAR| (there's an example of this below).