aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/Thorn.m
diff options
context:
space:
mode:
authorschnetter <schnetter>2005-01-27 14:54:40 +0000
committerschnetter <schnetter>2005-01-27 14:54:40 +0000
commit1330233b53697f4562b697dfce302555b876624b (patch)
tree0060aeeb1d9a4bcc4e8c35155941959452c56b95 /Tools/CodeGen/Thorn.m
parente99b81755722e867acd70db7aa350c00aafc0e75 (diff)
Correct syntax error in Fortran template
Diffstat (limited to 'Tools/CodeGen/Thorn.m')
-rw-r--r--Tools/CodeGen/Thorn.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/Thorn.m b/Tools/CodeGen/Thorn.m
index b161705..71161e1 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -915,7 +915,7 @@ CreateMoLExcisionSource[spec_] :=
"ny = cctk_lsh(2)\n",
"nz = cctk_lsh(3)\n\n",
- "if (excision) then\n",
+ "if (excision .ne. 0) then\n",
" call CCTK_INFO(\"Applying LegoExcision\")\n\n",