File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 35633563 {
35643564 if (WTage_rd > 0)
35653565 {
3566- warnstream << " Retention functions not implemented fully when reading empirical wt-at-age " ;
3567- write_message (WARN , 0);
3566+ warnstream << " Length-based retention will use the same empirical wtatage for discard and retained fish for fleet: " << f ;
3567+ write_message (NOTE , 0);
35683568 }
35693569 Do_Retain(f) = 1;
35703570 if (fleet_type(f) == 2 && seltype(f, 2) != 3)
38803880 Do_Retain(f1) = 2;
38813881 if (WTage_rd > 0)
38823882 {
3883- warnstream << " Retention functions not implemented fully when reading empirical wt-at-age " ;
3884- write_message (WARN , 0);
3883+ warnstream << " Age-based retention will use the same empirical wtatage for discarded and retained fish for fleet: " << f ;
3884+ write_message (NOTE , 0);
38853885 }
38863886 if (seltype(f1, 2) > 0)
38873887 {
You can’t perform that action at this time.
0 commit comments