Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Aug 8, 2024
1 parent fb2f954 commit a5ba4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/realizations/coastal/SchismFormulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SchismFormulation : public CoastalFormulation
// CoastalFormulation

// TODO: We really want something that we can ask for
// area-averaged RAINRATE over elements, but we're going to makde
// area-averaged RAINRATE over elements, but we're going to make
// do with point values at the element centroids
std::shared_ptr<data_access::DataProvider<double, MeshPointsSelector>> meteorological_forcings_provider_;
std::shared_ptr<data_access::DataProvider<double, MeshPointsSelector>> offshore_boundary_provider_;
Expand Down

0 comments on commit a5ba4a0

Please sign in to comment.