File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
OMCompiler/Compiler/BackEnd Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2465,16 +2465,16 @@ protected
24652465 Integer i_arr, i_scal, index, value;
24662466algorithm
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 " );
24782478end dumpLinearIntegerJacobianSparseRow;
24792479
24802480public function dumpEqnsStr
You can’t perform that action at this time.
0 commit comments