Skip to content

Commit

Permalink
docs(ForcingsEngineLumpedDataProvider): docs for divide() and divide_…
Browse files Browse the repository at this point in the history
…index()
  • Loading branch information
program-- committed Jul 29, 2024
1 parent 912b3f5 commit b025920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/forcing/ForcingsEngineLumpedDataProvider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ struct ForcingsEngineLumpedDataProvider final :
data_access::ReSampleMethod m
) override;

//! Get this provider's Divide ID.
std::size_t divide() const noexcept;

//! Get this provider's Divide ID index within the Forcings Engine.
std::size_t divide_index() const noexcept;

private:
Expand Down

0 comments on commit b025920

Please sign in to comment.