Skip to content

Commit

Permalink
add missing bracket that caused failed compile
Browse files Browse the repository at this point in the history
  • Loading branch information
iantaylor-NOAA committed May 1, 2024
1 parent 52d2fbf commit 402696e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SS_readcontrol_330.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2990,6 +2990,7 @@
warnstream << "Q setup: can't use float option with normal error distribution, fleet: " << f;
write_message (FATAL, 0); // EXIT!
}
}
else if (Svy_errtype(f) >= 0) // lognormal or T-dist
{
ParmLabel += "LnQ_base_" + fleetname(f) + "(" + NumLbl(f) + ")";
Expand Down

0 comments on commit 402696e

Please sign in to comment.