Skip to content

Commit

Permalink
Formulation_Manager::finalize(): treat domain_formulations elements t…
Browse files Browse the repository at this point in the history
…he same as formulations
  • Loading branch information
PhilMiller committed May 15, 2024
1 parent a76bef4 commit 46e7f24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/realizations/catchment/Formulation_Manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ namespace realization {
for (auto const& fmap: formulations) {
fmap.second->finalize();
}
for (auto const& fmap: domain_formulations) {
fmap.second->finalize();
}

#if NGEN_WITH_NETCDF
data_access::NetCDFPerFeatureDataProvider::cleanup_shared_providers();
Expand Down

0 comments on commit 46e7f24

Please sign in to comment.