diff --git a/SS_readstarter.tpl b/SS_readstarter.tpl index 348b4a70..d6696dc9 100644 --- a/SS_readstarter.tpl +++ b/SS_readstarter.tpl @@ -540,6 +540,7 @@ { pick_report_use(k) = "Y"; } + pick_report_use(55) = "N"; // GLOBAL_MSY report:55 } if (reportdetail == 3) { @@ -561,7 +562,7 @@ } } - for (k = 1; k <= 60; k++) + for (k = 1; k <= 61; k++) echoinput << k << " " << pick_report_use(k) << " " << pick_report_name(k) << endl; // clang-format off END_CALCS diff --git a/SS_write_report.tpl b/SS_write_report.tpl index 49816d9d..2ccfc224 100644 --- a/SS_write_report.tpl +++ b/SS_write_report.tpl @@ -311,7 +311,7 @@ FUNCTION void write_bigoutput() SS2out << endl << "# vector_with_report_usage" << endl; - for (k = 1; k <= 60; k++) + for (k = 1; k <= 61; k++) { SS2out << " " << pick_report_use(k); }