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
8 changes: 4 additions & 4 deletions SS_readcontrol_330.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3563,8 +3563,8 @@
{
if (WTage_rd > 0)
{
warnstream << "Retention functions not implemented fully when reading empirical wt-at-age ";
write_message (WARN, 0);
warnstream << "Length-based retention will use the same empirical wtatage for discard and retained fish for fleet: " << f;
write_message (NOTE, 0);
}
Do_Retain(f) = 1;
if (fleet_type(f) == 2 && seltype(f, 2) != 3)
Expand Down Expand Up @@ -3880,8 +3880,8 @@
Do_Retain(f1) = 2;
if (WTage_rd > 0)
{
warnstream << "Retention functions not implemented fully when reading empirical wt-at-age ";
write_message (WARN, 0);
warnstream << "Age-based retention will use the same empirical wtatage for discarded and retained fish for fleet: " << f;
write_message (NOTE, 0);
}
if (seltype(f1, 2) > 0)
{
Expand Down
Loading