Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25657 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Apr 21, 2015
1 parent dcb7ea9 commit 4172d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/Tearing.mo
Expand Up @@ -397,8 +397,8 @@ algorithm
mt1 := arrayCreate(size,{});
m1 := getOtherEqSysIncidenceMatrix(m,size,1,ass2,ass1,m1);
mt1 := getOtherEqSysIncidenceMatrix(mt,size,1,ass1,ass2,mt1);
// run tarjan to get order of other equations

// run tarjan to get order of other equations
activeSet := Matching.getAssignedArray(ass2);
othercomps := Sorting.TarjanTransposedPartial(mt1, ass2, activeSet);
if Flags.isSet(Flags.TEARING_DUMPVERBOSE) then
Expand Down

0 comments on commit 4172d00

Please sign in to comment.