Skip to content

Commit

Permalink
Don't specify empty default constructor and destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and stcui007 committed Feb 27, 2024
1 parent 1ea3198 commit 4d74de3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/core/Partition_One.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
class Partition_One {

public:
Partition_One() {};

/**
* The function that parses geojson::GeoJSON data and build unordered sets of catchment_ids and nexus_ids
Expand All @@ -35,8 +33,6 @@ class Partition_One {
partition_data.mpi_world_rank = 0;
}

virtual ~Partition_One(){};

PartitionData partition_data;
};

Expand Down

0 comments on commit 4d74de3

Please sign in to comment.