Skip to content

Commit

Permalink
- revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Mar 28, 2016
1 parent c81d1df commit 76e6efa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/BackEnd/ExpressionSolve.mo
Expand Up @@ -121,7 +121,6 @@ protected
BackendDAE.EquationAttributes attr;
DAE.ElementSource source;
algorithm
solved := false; // make sure you set this if you do return below :)
BackendDAE.EQUATION(exp=e1, scalar=e2, source=source,attr=attr) := eqn;
if not (Types.isIntegerOrRealOrSubTypeOfEither(Expression.typeof(e1)) and Types.isIntegerOrRealOrSubTypeOfEither(Expression.typeof(e2))) then
return;
Expand Down

0 comments on commit 76e6efa

Please sign in to comment.