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@16881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Aug 21, 2013
1 parent d94b6f4 commit f7581cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/BackEnd/Initialization.mo
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ algorithm
(initsyst, dumpVars) = preBalanceInitialSystem(initsyst);

// split the initial system into independend subsystems
// (systs, shared) = BackendDAEOptimize.partitionIndependentBlocksHelper(initsyst, shared, Error.getNumErrorMessages(), true);
// initdae = BackendDAE.DAE(systs, shared);
initdae = BackendDAE.DAE({initsyst}, shared);
(systs, shared) = BackendDAEOptimize.partitionIndependentBlocksHelper(initsyst, shared, Error.getNumErrorMessages(), true);
initdae = BackendDAE.DAE(systs, shared);
// initdae = BackendDAE.DAE({initsyst}, shared);

// analzye initial system
(initdae, dumpVars2) = analyzeInitialSystem(initdae, dae, initVars);
Expand Down

0 comments on commit f7581cc

Please sign in to comment.