Skip to content

Commit

Permalink
Merge 881a385 into f0ffffe
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineStawitz-NOAA authored Sep 21, 2023
2 parents f0ffffe + 881a385 commit c1bf742
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class Parameter {
std::numeric_limits<double>::min(); /**< min value of the parameter*/
double max_m =
std::numeric_limits<double>::max(); /**< max value of the parameter*/
bool is_random_effect_m = false; /**< Is the parameter a random effect
parameter? Default value is false.*/
bool is_random_effect_m = false; /**< Is the parameter a random effect
parameter? Default value is false.*/
bool estimated_m =
false; /**< Is the parameter estimated? Default value is false.*/

Expand Down

0 comments on commit c1bf742

Please sign in to comment.