diff --git a/GeoLib/StationBorehole.cpp b/GeoLib/StationBorehole.cpp index aa521ad5c065d271c9526d04475669fde32d207e..574134e30f0245bdfdc7d99265bc7347939a3c9d 100644 --- a/GeoLib/StationBorehole.cpp +++ b/GeoLib/StationBorehole.cpp @@ -29,11 +29,8 @@ namespace GeoLib // The Borehole class // //////////////////////// -StationBorehole::StationBorehole(double x, - double y, - double z, - double const depth, - const std::string& name, +StationBorehole::StationBorehole(double x, double y, double z, + double const depth, const std::string& name, int date) : Station(x, y, z, name, Station::StationType::BOREHOLE), _depth(depth),