Skip to content

Commit

Permalink
- use the new DAEDump module.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5606 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed May 31, 2010
1 parent 662a183 commit 6fbfef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/ConnectionGraph.mo
Expand Up @@ -403,6 +403,7 @@ protected import Exp;
protected import Debug;
protected import Print;
protected import System;
protected import DAEDump;

protected function canonical
"Returns the canonical element of the component where input element belongs to.
Expand Down Expand Up @@ -582,7 +583,7 @@ algorithm
equation
true = originInConnect(el, cr1, cr2);
Debug.fprintln("cgraph", "- ConnectionGraph.removeEquationsWithOrigin: removed " +&
DAEUtil.dumpDAEElementsStr(DAE.DAE({el}, DAE.AVLTREENODE(NONE,0,NONE,NONE))) +&
DAEDump.dumpDAEElementsStr(DAE.DAE({el}, DAE.AVLTREENODE(NONE,0,NONE,NONE))) +&
"\t generated from: connect(" +&
Exp.printComponentRefStr(cr1) +& ", " +&
Exp.printComponentRefStr(cr2) +& ")");
Expand Down

0 comments on commit 6fbfef0

Please sign in to comment.