Skip to content

Commit

Permalink
- fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jul 6, 2012
1 parent a50d8c8 commit 949b38a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Compiler/BackEnd/OnRelaxation.mo
Expand Up @@ -1828,10 +1828,10 @@ algorithm
eorphan = ass1[vorphan];
print("Process Orphan " +& intString(vorphan) +& " " +& intString(eorphan) +& "\n");
// generate subgraph from residual equation to tearing variable
rows = List.select(m[eorphan], Util.intPositive);
rows = List.fold1(ass2[eorphan],List.removeOnTrue, intEq, rows);
BackendDump.debuglst((rows,intString,", ","\n"));
_ = getIndexSubGraph(rows,vorphan,m,mT,mark,rowmarks,colummarks,ass1,ass2,false);
rows = List.select(m[eorphan], Util.intPositive);
rows = List.fold1(ass2[eorphan],List.removeOnTrue, intEq, rows);
BackendDump.debuglst((rows,intString,", ","\n"));
_ = getIndexSubGraph(rows,vorphan,m,mT,mark,rowmarks,colummarks,ass1,ass2,false);
// generate queue with BFS from tearing var to residual equation
print("getIndex ");
BackendDump.debuglst((mT[vorphan],intString,", ","\n"));
Expand Down

0 comments on commit 949b38a

Please sign in to comment.