aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/CodeGen/Interface.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CodeGen/Interface.m b/Tools/CodeGen/Interface.m
index 095ddf9..d630e6e 100644
--- a/Tools/CodeGen/Interface.m
+++ b/Tools/CodeGen/Interface.m
@@ -37,7 +37,7 @@ nonevolvedGroupInterfaceStructure[group_] :=
GridType -> "GF",
Comment -> groupName[group],
Visibility -> "public",
- Tags -> Join[GroupTags[group]],
+ Tags -> GroupTags[group],
Variables -> groupVariables[group]
}
@@ -49,7 +49,7 @@ nonevolvedODEGroupInterfaceStructure[group_] :=
GridType -> "array",
Comment -> groupName[group],
Visibility -> "public",
- Tags -> Join[GroupTags[group]],
+ Tags -> GroupTags[group],
Dim -> 1,
Size -> 1,
Variables -> groupVariables[group]