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
6 changes: 3 additions & 3 deletions SS_readcontrol_330.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -917,15 +917,15 @@
Linf_decay = tempvec5(3);
if (Grow_type == 8 && AFIX2 != 999)
{
warnstream << "AFIX2 set to 999 for grow_type==8 because only Linfinity allowed for growth cessation ";
warnstream << "AFIX2 (Age post-settlement for L2, aka Amax) set to 999 for grow_type==8 because only Linfinity allowed for growth cessation ";
write_message (ADJUST, 0);
AFIX2 = 999.;
}
if (Grow_type == 8 && AFIX != 0.0)
{
warnstream << "AFIX set to 0.0 for grow_type==8; growth cessation ";
warnstream << "AFIX (Age post-settlement for L1, aka Amin) set to 0.0 for grow_type==8; growth cessation ";
write_message (ADJUST, 0);
AFIX2 = 0.0;
AFIX = 0.0;
}
// tempvec(4) is a placeholder
}
Expand Down
Loading