summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-18 08:18:56 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-18 08:18:56 +0000
commit429bfc07d9b396261a8b9f23997518868c5f5bbd (patch)
tree3514a08705c36b41193df80f33f149c6f827be4d /doc/UsersGuide/ThornWriters.tex
parent9fe3bcea1046951dac7111cb87eb02e40a670b50 (diff)
Typo
Fixes Cactus/1180 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2956 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index b75481ef..ed8eec30 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -3352,7 +3352,7 @@ The final file for thorn A which is compiled will contain the code
\begin{verbatim}
c Get source code from other thorns
allterms = 0d0
- if (CCTK_IsThornActive("B").eq.0) then
+ if (CCTK_IsThornActive("B").ne.0) then
c Add this to AllSources.inc
allterms = allterms + 1d0
end if