Skip to content

Commit

Permalink
style: run clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanvaughan-NOAA committed Jul 13, 2023
1 parent 1553745 commit bdc0bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/population_dynamics/population/population.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct Population : public FIMSObject<Type> {
ParameterVector log_M; /*!< estimated parameter: log Natural Mortality*/

// Transformed values
std::vector<Type> M; /*!< transformed parameter: Natural Mortality*/
std::vector<Type> M; /*!< transformed parameter: Natural Mortality*/

std::vector<double> ages; /*!< vector of the ages for referencing*/
std::vector<double> years; /*!< vector of years for referencing*/
Expand Down

0 comments on commit bdc0bc7

Please sign in to comment.