Skip to content

Commit

Permalink
Fix a typo in Bmi_Adapter.hpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 authored and PhilMiller committed Sep 12, 2023
1 parent 34ed42c commit b749e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/realizations/catchment/Bmi_Adapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace models {
* A backing BMI model may use arbitrary units for time, but it will expose what those units are via the
* BMI ``GetTimeUnits`` function. This function retrieves (and interprets) its model's units and
* return an appropriate factor for converting its internal time values to equivalent representations
* within the model, and vice versa. This function coomplies with the BMI get_time_units standard
* within the model, and vice versa. This function complies with the BMI get_time_units standard
*/
double get_time_convert_factor() {
double value = 1.0;
Expand Down

0 comments on commit b749e0f

Please sign in to comment.