Skip to content

Commit

Permalink
chore: fix up typos in doc strings
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Singh-M. - NOAA <[email protected]>
  • Loading branch information
hellkite500 and program-- committed Apr 8, 2024
1 parent 11ddad4 commit 7dd3ad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/core/DomainLayer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ namespace ngen
* @brief Construct a new Domain Layer object.
*
* Unlike HY_Features types, the feature relationship with a DomainLayer is
* indirect. The @p features collection defines features assoicated
* indirect. The @p features collection defines features associated
* (e.g. overlapping) with the Domain. The domain must be further queried
* in order to provide specific information at a particular feature,
* e.g. a catchment which this domain overlaps with, or a nexus location
* the domain may contribute to directly/indirectly via the catchment.
*
* A domain layer assoicated with a set of catchment features will need to have
* outputs of the domain reasmpled/aggregegated to the catchment.
* A domain layer associated with a set of catchment features will need to have
* outputs of the domain resampled/aggregated to the catchment.
*
* Currently unsupported, but a future extension of the DomainLayer is interactions
* beetween two or more generic DomainLayers, perhaps each with its own internal grid,
Expand Down
2 changes: 1 addition & 1 deletion include/core/Layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ namespace ngen

const LayerDescription description;
//TODO is this really required at the top level?
//See "mimimum" constuctor above used for DomainLayer impl...
//See "minimum" constructor above used for DomainLayer impl...
const std::vector<std::string> processing_units;
Simulation_Time simulation_time;
feature_type& features;
Expand Down

0 comments on commit 7dd3ad1

Please sign in to comment.