Skip to content

Commit

Permalink
Bugfix: catch case where no EWSB output parameters are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Feb 22, 2015
1 parent fb02a30 commit 1f3246b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/EWSB.m
Expand Up @@ -162,6 +162,8 @@
equations /. simplificationRules
];

FindIndependentSubset[equations_List, {}] := {};

FindIndependentSubset[equations_List, parameters_List] :=
Module[{equationSubsets, numberOfEquations, parameterSubsets,
numberOfParameters, e, p, result = {}, isFreeOf},
Expand Down

0 comments on commit 1f3246b

Please sign in to comment.