Skip to content

Commit

Permalink
change id_g to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Sep 3, 2024
1 parent cee04db commit 3c08c32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Parameter
}

//' @rd
//' @name Parameter
//' @name Parameter (one value)
//' @title Constructor for initializing a Parameter object with value
//' @description Initializes a Parameter object with a specified value. An internal ID is also assigned to the parameter.
//' @param value A double representing the initial value of the parameter.
Expand All @@ -89,7 +89,7 @@ class Parameter
}

//' @rd
//' @name Parameter
//' @name Parameter (default)
//' @title Default Constructor for initializing a Parameter object
//' @description Initializes a Parameter object with a default value of 0. An internal ID is also assigned to the parameter.
//' @return No return value, as this is a constructor.
Expand Down

0 comments on commit 3c08c32

Please sign in to comment.