Skip to content

Commit

Permalink
- fix last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Mar 10, 2014
1 parent 7f9e35d commit 180e7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/BackendDAECreate.mo
Expand Up @@ -3350,10 +3350,10 @@ protected
BackendDAE.EqSystems systs;
BackendDAE.ExtraInfo ei;
algorithm
BackendDAE.DAE(systs, (BackendDAE.SHARED(knvars, exobj, av, inieqns, remeqns, constrs, clsAttrs,
BackendDAE.DAE(systs, BackendDAE.SHARED(knvars, exobj, av, inieqns, remeqns, constrs, clsAttrs,
cache, env, funcs, einfo as BackendDAE.EVENT_INFO(timeEvents=timeEvents, zeroCrossingLst=zero_crossings, relationsLst=relationsLst,
sampleLst=sampleLst, whenClauseLst=whenclauses, relationsNumber=countRelations,
numberMathEvents=countMathFunctions), eoc, btp, symjacs, ei))) := inDAE;
numberMathEvents=countMathFunctions), eoc, btp, symjacs, ei)) := inDAE;

vars := BackendVariable.listVar1(allvars);
eqs_lst := BackendEquation.equationList(remeqns);
Expand Down

0 comments on commit 180e7f5

Please sign in to comment.