Skip to content

Commit

Permalink
- remove Flags.SOLVE_INITIAL_SYSTEM (+d=solveinitialsystem)
Browse files Browse the repository at this point in the history
- simplify initialization to prepare prospective revisions


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Feb 28, 2013
1 parent 23676dd commit eea352d
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 393 deletions.
1 change: 0 additions & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -7538,7 +7538,6 @@ algorithm
Boolean optimizationfound;
case (BackendDAE.DAE(systs,BackendDAE.SHARED(knownVars=knvars,initialEqs=inieqns)))
equation
false = Flags.isSet(Flags.SOLVE_INITIAL_SYSTEM);
// search
initalAliases = HashTable2.emptyHashTable();
eqnlst = BackendEquation.equationList(inieqns);
Expand Down

0 comments on commit eea352d

Please sign in to comment.