We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 249335a + 9919b41 commit 0f82d48Copy full SHA for 0f82d48
1 file changed
SS_write_report.tpl
@@ -1813,10 +1813,10 @@ FUNCTION void write_bigoutput()
1813
}
1814
SS2out << "#" << endl;
1815
if (SRparm_timevary(N_SRparm2 - 1) > 0) // timevary regime exists
1816
- {SS2out << " #_Regime_used_to_offset_from_SRR";}
+ {SS2out << "#_Regime_used_to_offset_from_SRR" << endl;}
1817
SS2out << timevary_bio_4SRR << " # timevary_bio_4SRR #_Compatibility_flag_for_legacy_(0)_vs_improved_(1)_impact_of_timevary_biology_on_benchmark_SRR_calcs" << endl;
1818
if( timevary_MG_firstyr == YrMax)
1819
- { SS2out << " #_No_timevary_MGparm" << endl; }
+ { SS2out << "#_No_timevary_MGparm" << endl; }
1820
else
1821
{ SS2out << timevary_MG_firstyr << " #_first year_timevary_MGparm_(or_any_year_EWAA) " << endl; }
1822
0 commit comments