Skip to content

Commit

Permalink
- enable optimisation module constantLinearSystem by default, passed …
Browse files Browse the repository at this point in the history
…testsuite without errors

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jun 3, 2011
1 parent 6762574 commit 779da9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -6266,7 +6266,7 @@ public function getPastOptModulesString
" function: getPreOptModulesString"
output list<String> strPastOptModules;
algorithm
strPastOptModules := RTOpts.getPastOptModules({"lateInline","inlineArrayEqn","removeSimpleEquations"});
strPastOptModules := RTOpts.getPastOptModules({"lateInline","inlineArrayEqn","constantLinearSystem","removeSimpleEquations"});
end getPastOptModulesString;

protected function getPastOptModules
Expand Down

0 comments on commit 779da9d

Please sign in to comment.