aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-11 17:06:15 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-11 17:06:15 +0200
commit7cbaac094ca6dcb34b09e8db0546eed8555923e5 (patch)
treeda1118efac6e8988504770b4ae4232d838e02c0c /Tools
parentd03c1e0d8133666f9e21ea09c575a8ce5ea5278f (diff)
MoL.m: Remove MoLEvolved from copied RHS group definition
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CodeGen/MoL.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/CodeGen/MoL.m b/Tools/CodeGen/MoL.m
index ce656e3..8632ca9 100644
--- a/Tools/CodeGen/MoL.m
+++ b/Tools/CodeGen/MoL.m
@@ -566,6 +566,8 @@ EvolvedGroupToRHSGroup[name_, groups_] :=
group = SetGroupName[group, addrhs[name]];
group = SetGroupVariables[group, newVars];
group = AddGroupTag[group, "Prolongation" -> "None"];
+ group = DeleteGroupExtra[group, MoLEvolved];
+
Return[group]];
DefFn[