Skip to content

Commit

Permalink
Added a back patch for Qualified instantiation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Björn Zachrisson committed Mar 11, 2010
1 parent e01b561 commit 9bb3962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/Inst.mo
Expand Up @@ -375,6 +375,8 @@ algorithm
(cache,env_2,ih,_,dae,_,_,_,_,graph) = instClass(cache,env_2,ih, UnitAbsynBuilder.emptyInstStore(),DAE.NOMOD(), Prefix.NOPRE(), Connect.emptySet, cdef, {}, false, TOP_CALL(), ConnectionGraph.EMPTY) "impl";
// deal with Overconstrained connections
dae = ConnectionGraph.handleOverconstrainedConnections(graph, dae);
//print(" ********************** backpatch 1 **********************\n");
dae = reEvaluateInitialIfEqns(cache,env_2,dae,true);
// check the model for balancing
//Debug.fcall2("checkModel", checkModelBalancing, SOME(path), dae);

Expand Down

0 comments on commit 9bb3962

Please sign in to comment.