Skip to content

Commit a63f281

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 0f64ea6 commit a63f281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/BackEnd/IndexReduction.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ algorithm
296296
end matchcontinue;
297297
end pantelidesIndexReductionMSS;
298298

299-
protected function minimalStructurallySingularSystem "author: Frenkel TUD - 2012-04,
299+
protected function minimalStructurallySingularSystem "author: Frenkel TUD - 2012-04,
300300
checks if the subset of equations is minimal structurally singular. The
301301
check is done for all equations and variables and for each subset.
302302
The number of states must be larger or equal to the number of unmatched
@@ -334,7 +334,7 @@ algorithm
334334
end minimalStructurallySingularSystem;
335335

336336
protected function minimalStructurallySingularSystemMSS
337-
"author: Frenkel TUD - 2012-11,
337+
"author: Frenkel TUD - 2012-11,
338338
helper for minimalStructurallySingularSystem"
339339
input list<list<Integer>> inEqnsLst;
340340
input BackendDAE.EqSystem inSystem;

0 commit comments

Comments
 (0)