Skip to content

Commit 0f82d48

Browse files
Merge pull request #758 from nmfs-ost/fix-report-format
add endl, remove extra spaces for consistent Report.sso format
2 parents 249335a + 9919b41 commit 0f82d48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SS_write_report.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,10 +1813,10 @@ FUNCTION void write_bigoutput()
18131813
}
18141814
SS2out << "#" << endl;
18151815
if (SRparm_timevary(N_SRparm2 - 1) > 0) // timevary regime exists
1816-
{SS2out << " #_Regime_used_to_offset_from_SRR";}
1816+
{SS2out << "#_Regime_used_to_offset_from_SRR" << endl;}
18171817
SS2out << timevary_bio_4SRR << " # timevary_bio_4SRR #_Compatibility_flag_for_legacy_(0)_vs_improved_(1)_impact_of_timevary_biology_on_benchmark_SRR_calcs" << endl;
18181818
if( timevary_MG_firstyr == YrMax)
1819-
{ SS2out << " #_No_timevary_MGparm" << endl; }
1819+
{ SS2out << "#_No_timevary_MGparm" << endl; }
18201820
else
18211821
{ SS2out << timevary_MG_firstyr << " #_first year_timevary_MGparm_(or_any_year_EWAA) " << endl; }
18221822

0 commit comments

Comments
 (0)