aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 14:06:34 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 14:06:34 +0200
commitfd12e3c452dc2e236ea8d255cb5e0903e0626872 (patch)
treeb07b9f2b24d549c951dfef0f5784bf086f673a33 /Tools
parent539804b61c2e8996c843313d1c10f48640eb2ce7 (diff)
KrancThorn.m: Eliminate temporary variable
Diffstat (limited to 'Tools')
-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