Skip to content

Commit

Permalink
add some additional output indicating startup phases
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 committed Nov 1, 2023
1 parent df014bd commit 33d76a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ int main(int argc, char *argv[]) {
//Update the feature ids for the combined collection, using the alternative property 'id'
//to map features to their primary id as well as the alternative property
nexus_collection->update_ids("id");

std::cout<<"Initializing formulations\n";
std::shared_ptr<realization::Formulation_Manager> manager = std::make_shared<realization::Formulation_Manager>(REALIZATION_CONFIG_PATH);
manager->read(catchment_collection, utils::getStdOut());

Expand All @@ -311,7 +311,7 @@ int main(int argc, char *argv[]) {
}
#endif //NGEN_MPI_ACTIVE
#endif //NGEN_ROUTING_ACTIVE

std::cout<<"Building Feature Index\n";
std::string link_key = "toid";
nexus_collection->link_features_from_property(nullptr, &link_key);
#ifdef NGEN_MPI_ACTIVE
Expand Down

0 comments on commit 33d76a1

Please sign in to comment.