aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
diff options
context:
space:
mode:
authorshusa <shusa>2006-03-14 16:58:18 +0000
committershusa <shusa>2006-03-14 16:58:18 +0000
commit033d7e3955630a8f03d5143a3a7723e0821c5e9e (patch)
tree349e844a6d5f73c60cedac64418435e7201fe965 /Tools/CodeGen
parente6c1b3fc1c979132ca9750e7609b654a214e31ac (diff)
fix stupid typo, will not change output
Diffstat (limited to 'Tools/CodeGen')
-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 5566ffd..4e01a3b 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -770,7 +770,7 @@ CreateMoLBoundariesSource[spec_] :=
"\n}\n"}];
- scalarBCGroup[group_] := Module[{boundpar, fullgroupnamei, myhandle},
+ scalarBCGroup[group_] := Module[{boundpar, fullgroupname, myhandle},
(* simple dirichlet boundary condition *)
boundpar = unqualifiedGroupName@group <> "_bound";