Skip to content

Commit

Permalink
Clean up mis-use of 'using namespace hy_features::hydrolocation' in h…
Browse files Browse the repository at this point in the history
…eader
  • Loading branch information
PhilMiller authored and program-- committed Jun 27, 2024
1 parent 97325a8 commit b839ee0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/core/nexus/HY_HydroNexus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <HY_Catchment.hpp>
#include <HY_HydroLocation.hpp>

using namespace hy_features::hydrolocation;
class HY_HydroNexus
{
public:
Expand All @@ -19,7 +18,7 @@ class HY_HydroNexus

//using Catchments = std::vector<std::shared_ptr<HY_Catchment>>;
using Catchments = std::vector<std::string>;
using HydroLocation = std::shared_ptr<HY_HydroLocation>;
using HydroLocation = std::shared_ptr<hy_features::hydrolocation::HY_HydroLocation>;

HY_HydroNexus(std::string nexus_id, Catchments receiving_catchments);
HY_HydroNexus(std::string nexus_id, Catchments receiving_catchments, Catchments contributing_catchments);
Expand Down

0 comments on commit b839ee0

Please sign in to comment.