From fd12e3c452dc2e236ea8d255cb5e0903e0626872 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Thu, 12 Sep 2013 14:06:34 +0200 Subject: KrancThorn.m: Eliminate temporary variable --- Tools/CodeGen/KrancThorn.m | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Tools') 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 -- cgit v1.2.3