Skip to content

Commit

Permalink
- comment out debug output
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14922 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jan 24, 2013
1 parent 4d47da8 commit 179b3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/Causalize.mo
Expand Up @@ -297,13 +297,13 @@ protected
algorithm
(_,_,_,mapIncRowEqn,_) := inArg;
n := BackendDAEUtil.systemSize(isyst);
// for debugging
/* for debugging
BackendDump.printEqSystem(isyst);
BackendDump.dumpMatching(inAssignments1);
BackendDump.dumpMatching(inAssignments2);
syst := BackendDAEUtil.setEqSystemMatching(isyst, BackendDAE.MATCHING(inAssignments1,inAssignments2,{}));
// IndexReduction.dumpSystemGraphML(syst,ishared,NONE(),"SingularSystem" +& intString(n) +& ".graphml");

*/
// get from scalar eqns indexes the indexes in the equation array
unmatched := List.flatten(eqns);
unmatched1 := List.map1r(unmatched,arrayGet,mapIncRowEqn);
Expand Down

0 comments on commit 179b3e8

Please sign in to comment.