Skip to content

Commit

Permalink
Fix declaration-definition mismatch for DetermineWaterLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes committed May 15, 2024
1 parent ce45302 commit 162d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/richdem/depressions/fill_spill_merge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void BackfillDepression(
template<class wtd_t>
double DetermineWaterLevel(
wtd_t &sill_wtd,
const double water_vol,
double water_vol,
const double sill_elevation,
const size_t cells_to_spread_across,
const double total_elevation
Expand Down

0 comments on commit 162d067

Please sign in to comment.