Skip to content

Commit

Permalink
- revert last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Feb 19, 2015
1 parent 6fd4d4f commit 7f784b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -7309,7 +7309,7 @@ protected
BackendDAE.EqSystems systs;
algorithm
BackendDAE.DAE(eqs=systs, shared=BackendDAE.SHARED(knownVars=knvars, externalObjects=extvars, aliasVars=aliasVars)) := dlow;
systs := List.map1(systs,preCalculateStartValues,knvars);
//systs := List.map1(systs,preCalculateStartValues,knvars);

/* Extract from variable list */
((outVars, _, _)) := List.fold1(List.map(systs, BackendVariable.daeVars), BackendVariable.traverseBackendDAEVars, extractVarsFromList, (SimCodeVar.emptySimVars, aliasVars, knvars));
Expand Down

0 comments on commit 7f784b9

Please sign in to comment.