Skip to content

Commit 9523b83

Browse files
small tweak to table list
1 parent 46e2e74 commit 9523b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SS_write_report.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ FUNCTION void write_bigoutput()
311311

312312
SS2out << endl
313313
<< "# vector_with_report_usage" << endl;
314-
for (k = 1; k <= 60; k++)
314+
for (k = 1; k <= 61; k++)
315315
{
316316
SS2out << " " << pick_report_use(k);
317317
}

0 commit comments

Comments
 (0)