aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",