Skip to content

Commit

Permalink
remove duplicate steepness warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineStawitz-NOAA committed Jul 13, 2023
1 parent 06cab8c commit cc8feff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions inst/include/interface/rcpp/rcpp_objects/rcpp_recruitment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ class BevertonHoltRecruitmentInterface : public RecruitmentInterfaceBase {

BevHolt.log_rzero = this->log_rzero.value;

if ((this->logit_steep.value == 1.0) && (this->logit_steep.estimated)) {
warning(
"Steepness is subject to a logit transformation, so it is fixed at "
"0.7848469. Fixing it at 1.0 is not currently possible.");
}

return BevHolt.evaluate(spawners, ssbzero);
}

Expand Down

0 comments on commit cc8feff

Please sign in to comment.