summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-28 10:53:47 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-28 10:53:47 +0000
commit4ad8a22da38e0a9b6f337a75d4d7f6739cc7c606 (patch)
tree8f919485c8bdd573795e4dbbdbb6d808d299249b /doc
parent06dfe99b417df8f4c1f58293d91dd2cc21b74e22 (diff)
Added note saying can't have test.c and test.F in same directory
git-svn-id: http://svn.cactuscode.org/flesh/trunk@598 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/ThornWriters.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index f5c0572b..a22221d0 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -575,7 +575,13 @@ Extension & Coding Language \\
{\t .cc} or {\t .C} & C++ \\
\hline
\end{tabular}
-\end{center}
+\end{center}
+
+The following restrictions apply to file names:
+\begin{itemize}
+\item Rootnames within each directory must be unique. For example, it is not possible
+ to have the files {\tt InitialData.c} and {\tt InitialData.F} in the same directory.
+\end{itemize}
\section{Adding source files}