Changeset 13908


Ignore:
Timestamp:
2012-11-15T20:53:32+01:00 (12 years ago)
Author:
jfrenkel
Message:
  • fix bug in ExpressionSolve
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/BackEnd/ExpressionSolve.mo

    r13907 r13908  
    182182  output list<DAE.Statement> outAsserts;
    183183algorithm
    184   (outExp,outAsserts) := match (inExp1,inExp2,inExp3)
     184  (outExp,outAsserts) := matchcontinue (inExp1,inExp2,inExp3)
    185185    local
    186186      DAE.Exp res;
     
    291291        (Expression.negate(inExp1),{});
    292292
    293   end match;
     293  end matchcontinue;
    294294end solveSimple;
    295295
Note: See TracChangeset for help on using the changeset viewer.