Skip to content

Commit 0284c23

Browse files
authored
AFIX warning and correct AFIX for growth option 8 (#730)
1 parent 667d0d6 commit 0284c23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SS_readcontrol_330.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -917,15 +917,15 @@
917917
Linf_decay = tempvec5(3);
918918
if (Grow_type == 8 && AFIX2 != 999)
919919
{
920-
warnstream << "AFIX2 set to 999 for grow_type==8 because only Linfinity allowed for growth cessation ";
920+
warnstream << "AFIX2 (Age post-settlement for L2, aka Amax) set to 999 for grow_type==8 because only Linfinity allowed for growth cessation ";
921921
write_message (ADJUST, 0);
922922
AFIX2 = 999.;
923923
}
924924
if (Grow_type == 8 && AFIX != 0.0)
925925
{
926-
warnstream << "AFIX set to 0.0 for grow_type==8; growth cessation ";
926+
warnstream << "AFIX (Age post-settlement for L1, aka Amin) set to 0.0 for grow_type==8; growth cessation ";
927927
write_message (ADJUST, 0);
928-
AFIX2 = 0.0;
928+
AFIX = 0.0;
929929
}
930930
// tempvec(4) is a placeholder
931931
}

0 commit comments

Comments
 (0)