Skip to content

Commit 714f49d

Browse files
deprecate old spawn_recr table
1 parent 5313b29 commit 714f49d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SS_write_report.tpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,7 @@ FUNCTION void write_bigoutput()
18001800
var /= (n_rmse(1) + 1.0e-09);
18011801

18021802
dvariable steepness = SRparm(2);
1803+
/*
18031804
SS2out << endl
18041805
<< pick_report_name(19);
18051806
SS2out << " Function: " << SR_fxn << " RecDev_method: " << do_recdev << " sum_recdev: " << sum_recdev << endl
@@ -1910,7 +1911,8 @@ FUNCTION void write_bigoutput()
19101911
SS2out << endl;
19111912
}
19121913

1913-
SS2out << endl << "#Expanded_Spawn_Recr_report" << endl << pick_report_name(19) << endl;
1914+
*/
1915+
SS2out << endl << pick_report_name(19) << endl;
19141916
SS2out << SR_fxn << " # SR_Function" << endl;
19151917
SS2out << N_SRparm2 << " # N_SRparms" << endl;
19161918
SS2out << "#" << endl << "#_SRparm parm_label value phase TV_year" << endl;
@@ -3164,8 +3166,10 @@ FUNCTION void write_bigoutput()
31643166
selmax(f, 2) = float(s);} // save y.s
31653167
31663168
if (fleet_type(f) <= 2)
3169+
{
31673170
SS2out << "F " << f << " " << y << " " << s << " " << sx(g) << " " << g << " " << y << "_" << f << "_F" << Hrate(f, t) * save_sel_num(t, f, g) << endl;
31683171
SS2out << "Fdead " << f << " " << y << " " << s << " " << sx(g) << " " << g << " " << y << "_" << f << "_Fdead" << Hrate(f, t) * save_F_dead(t, f, g) << endl;
3172+
}
31693173
SS2out << "bodywt " << f << " " << y << " " << s << " " << sx(g) << " " << g << " " << y << "_" << f << "_bodywt" << Wt_Age_t(t, f, g) << endl;
31703174
}
31713175
}

0 commit comments

Comments
 (0)