Skip to content

Commit

Permalink
- continue Translation after SingularSystemCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Jul 16, 2015
1 parent c2ea9a5 commit 0db3df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAETransform.mo
Expand Up @@ -400,7 +400,7 @@ algorithm
if intLt(linInfo, 0) then
Error.addMessage(Error.LINEAR_SYSTEM_INVALID, {"LAPACK/dgesv", syst});
end if;
then false;
then true;

else true;
end matchcontinue;
Expand Down
1 change: 0 additions & 1 deletion Compiler/BackEnd/EvaluateFunctions.mo
Expand Up @@ -172,7 +172,6 @@ algorithm

//traverse the eqSystem for function calls
(eqLst, (shared, addEqs, _, changed)) := List.mapFold(eqLst, evalFunctions_findFuncs, (sharedIn, {}, 1, changed));
eqLst := listReverse(eqLst);
eqLst := listAppend(eqLst, addEqs);
eqs := BackendEquation.listEquation(eqLst);
eqSysOut := BackendDAEUtil.setEqSystEqs(eqSysIn, eqs);
Expand Down

0 comments on commit 0db3df1

Please sign in to comment.