aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-11 17:32:26 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-11 17:32:26 +0200
commite180367a6d9d99690dace52be9392ada6fe09099 (patch)
treedb1695a373861c60a34a810409138b8b3b8f9c7b
parent1550f33098c17cd88d84c68b7b1983111ab0996d (diff)
MoL.m: Use the new MoLEvolvedGroups in MoLParameterStructures
-rw-r--r--Tools/CodeGen/MoL.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/CodeGen/MoL.m b/Tools/CodeGen/MoL.m
index b1431b0..7148aaa 100644
--- a/Tools/CodeGen/MoL.m
+++ b/Tools/CodeGen/MoL.m
@@ -627,8 +627,7 @@ DefFn[
Module[
{allEvolvedGroups, evolvedODEGroups, evolvedGroups, nEvolved, nevolvedODE},
- allEvolvedGroups =
- Select[declaredGroups, lookup[GroupExtras[groupFromName[#,groups]], MoLEvolved, False] &];
+ allEvolvedGroups = MoLEvolvedGroups[declaredGroups, groups];
evolvedODEGroups =
Select[allEvolvedGroups,