aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-10 17:25:22 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-10 17:25:22 +0200
commit04da452636ed006901602e924900ea71378f55b5 (patch)
treec0aa9ad93342e3119f1796bc1d88eb40a7a95653
parent6257b59a9e9069a6aecb57be0587d51206cf8a20 (diff)
Interface.m: Use new general function for creating interface group structures
This leads to a reordering of the entries in interface.ccl files. There is code in here to check that the structures are the same apart from a reordering.
-rw-r--r--Tools/CodeGen/Interface.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/Interface.m b/Tools/CodeGen/Interface.m
index f741def..5ea6b08 100644
--- a/Tools/CodeGen/Interface.m
+++ b/Tools/CodeGen/Interface.m
@@ -222,7 +222,7 @@ CreateKrancInterface[nonevolvedGroups_, evolvedGroups_, rhsGroups_,
{"loopcontrol.h"},
If[OptionValue[UseOpenCL], OpenCLIncludeFiles[], {}],
If[OptionValue[UseVectors], {"vectors.h"}, {}]],
- groupStructures,
+ declaredGroupStructures,
UsesFunctions ->
Join[MoLUsedFunctions[], {diffCoeff, getMap},
CactusBoundary`GetUsedFunctions[]]],