Skip to content

Commit

Permalink
Merge pull request #434 from NOAA-FIMS/391-feature-find-a-file-parser…
Browse files Browse the repository at this point in the history
…-for-c++-tests

391 feature find a file parser for c++ tests
  • Loading branch information
ChristineStawitz-NOAA committed Aug 15, 2023
2 parents d877064 + 065f824 commit fad818c
Show file tree
Hide file tree
Showing 4 changed files with 1,114 additions and 543 deletions.
1 change: 0 additions & 1 deletion inst/include/population_dynamics/population/population.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ struct Population : public FIMSObject<Type> {
<< this->recruitment->evaluate(this->spawning_biomass[year - 1],
phi0)
<< std::endl;

this->numbers_at_age[index_ya] =
this->recruitment->evaluate(this->spawning_biomass[year - 1], phi0) *
this->recruitment->recruit_deviations[year];
Expand Down
Loading

0 comments on commit fad818c

Please sign in to comment.