Skip to content

Commit

Permalink
fixed symEuler
Browse files Browse the repository at this point in the history
  • Loading branch information
vruge committed May 13, 2015
1 parent bae5316 commit ed7da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/Differentiate.mo
Expand Up @@ -1588,7 +1588,7 @@ algorithm
case ("$_DF$DER",_,_,_,_,_)
equation
(exp_1, funcs) = differentiateExp(exp, inDiffwrtCref, inInputData,inDiffType,inFuncs);
exp_2 = Expression.crefExp(ComponentReference.makeCrefIdent("$TMP$OMC$DT", DAE.T_REAL_DEFAULT, {}));
exp_2 = Expression.crefExp(ComponentReference.makeCrefIdent(BackendDAE.symEulerDT, DAE.T_REAL_DEFAULT, {}));
then
(Expression.expDiv(exp_1,exp_2), inFuncs);

Expand Down

0 comments on commit ed7da3e

Please sign in to comment.