aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/KrancThorn.m
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CodeGen/KrancThorn.m')
-rw-r--r--Tools/CodeGen/KrancThorn.m7
1 files changed, 4 insertions, 3 deletions
diff --git a/Tools/CodeGen/KrancThorn.m b/Tools/CodeGen/KrancThorn.m
index 73740dd..899e2e5 100644
--- a/Tools/CodeGen/KrancThorn.m
+++ b/Tools/CodeGen/KrancThorn.m
@@ -71,7 +71,7 @@ CreateKrancThorn[groupsOrig_, parentDirectory_, thornName_, opts:OptionsPattern[
interface, evolvedGroupDefinitions, thornspec,
evolvedODEGroups, nonevolvedODEGroups,
evolvedODEGroupDefinitions, rhsODEGroups,
- boundarySources, reflectionSymmetries,
+ reflectionSymmetries,
consCalcs, consCalcsIn, consGroups, cakernel,
sources = {}},
@@ -310,8 +310,9 @@ CreateKrancThorn[groupsOrig_, parentDirectory_, thornName_, opts:OptionsPattern[
Create Boundary source files
------------------------------------------------------------------------ *)
- boundarySources = CactusBoundary`GetSources[evolvedGroups, groups, implementation, thornName];
- sources = Join[sources, boundarySources];
+ sources = Join[
+ sources,
+ CactusBoundary`GetSources[evolvedGroups, groups, implementation, thornName]];
(* ------------------------------------------------------------------------
Create symmetry registration source file