Skip to content

Commit

Permalink
- fix testsuite for now, still have to handle underdetermined systems…
Browse files Browse the repository at this point in the history
… with derivation loops
  • Loading branch information
vwaurich committed May 26, 2015
1 parent b98a5eb commit b8bb713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -14861,6 +14861,8 @@ algorithm
algorithm
// try to find the derivative in the states
({var},_) := BackendVariable.getVar(derCref, allStates);
false := BackendVariable.varEqual(stateIn,var);
true := false;
then getHighestDerivation1(var,allStates,derivationIn+1);
else
then derivationIn+1;
Expand Down

0 comments on commit b8bb713

Please sign in to comment.