Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SS_biofxn.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ FUNCTION void get_natmort()
// SS_Label_Info_17.1.2.6 #case 6: Calculate lorenzen M from survivorship over fixed age range
case 6: // Survivorship based Lorenzen M
{
Loren_temp2 = L_inf(gp) * (mfexp(-VBK(gp, K_index) * VBK_seas(0)) - 1.); // need to verify use of VBK_seas here
Loren_temp2 = L_inf(gp) * (mfexp(VBK(gp, K_index) * VBK_seas(0)) - 1.); // need to verify use of VBK_seas here
Loren_M1 = (natMparms(1, gp)); //This is the user specified average M over the input range of ages.
for (s = nseas ; s >= 1; s--)
{
Expand Down
Loading