File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments