Skip to content

Commit c7301f5

Browse files
kabdelhakadrpo
authored andcommitted
[testuite] update for ASSC
1 parent 531dd3e commit c7301f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OMCompiler/Compiler/BackEnd/BackendDump.mo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,16 +2465,16 @@ protected
24652465
Integer i_arr, i_scal, index, value;
24662466
algorithm
24672467
(i_arr, i_scal) := indices;
2468-
print("(" + intString(i_arr) + "|" + intString(i_scal) + "|" + boolString(changed) +"):\t");
2468+
print("(" + intString(i_arr) + "|" + intString(i_scal) + "|" + boolString(changed) +"): ");
24692469
if listLength(linIntJacRow) < 1 then
2470-
print("EMPTY ROW \t");
2470+
print("EMPTY ROW ");
24712471
else
24722472
for element in linIntJacRow loop
24732473
(index, value) := element;
24742474
print("[" + intString(index) + "|" + intString(value) + "] ");
24752475
end for;
24762476
end if;
2477-
print("\t|| RHS: " + ExpressionDump.printExpStr(rhs) + " \n");
2477+
print(" || RHS: " + ExpressionDump.printExpStr(rhs) + "\n");
24782478
end dumpLinearIntegerJacobianSparseRow;
24792479

24802480
public function dumpEqnsStr

0 commit comments

Comments
 (0)