aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/KrancThorn.m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 22:02:08 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 22:02:08 +0200
commit3237af2566109f099ee78a7effb511a65dc18ae0 (patch)
treec24ee9793a1ea67e4901a4221a5006568f9bc4e5 /Tools/CodeGen/KrancThorn.m
parentc05f59d900a5477478a0cca12441953e4be3d2f8 (diff)
Change method used to determine which groups to create old-style boundary condition code for
This changes the ordering of code in Boundaries.cc.
Diffstat (limited to 'Tools/CodeGen/KrancThorn.m')
-rw-r--r--Tools/CodeGen/KrancThorn.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/KrancThorn.m b/Tools/CodeGen/KrancThorn.m
index 701665e..a507e65 100644
--- a/Tools/CodeGen/KrancThorn.m
+++ b/Tools/CodeGen/KrancThorn.m
@@ -343,7 +343,7 @@ CreateKrancThorn[groupsOrig_, parentDirectory_, thornName_, opts:OptionsPattern[
sources = Join[
sources,
- CactusBoundary`GetSources[evolvedGroups, groups, implementation, thornName]];
+ CactusBoundary`GetSources[evolvedGroups, declaredGroups, groups, implementation, thornName]];
(* ------------------------------------------------------------------------
Add parameter check source file