Skip to content

Commit

Permalink
Create HY_Catchments with level metadata in single processor mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldwj authored and mattw-nws committed Aug 17, 2023
1 parent 6adf45c commit 2b8ca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/HY_Features.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void HY_Features::init()

//Create the HY_Catchment with the formulation realization
std::shared_ptr<HY_Catchment> c = std::make_shared<HY_Catchment>(
HY_Catchment(feat_id, origins, destinations, formulation)
HY_Catchment(feat_id, origins, destinations, formulation, lv)
);

_catchments.emplace(feat_id, c);
Expand Down

0 comments on commit 2b8ca09

Please sign in to comment.