Skip to content
Snippets Groups Projects
Commit 93a4a468 authored by Tom Fischer's avatar Tom Fischer
Browse files

[GL/StationBorehole] Clang format constructor impl.

parent 204dd947
No related branches found
No related tags found
No related merge requests found
...@@ -29,11 +29,8 @@ namespace GeoLib ...@@ -29,11 +29,8 @@ namespace GeoLib
// The Borehole class // // The Borehole class //
//////////////////////// ////////////////////////
StationBorehole::StationBorehole(double x, StationBorehole::StationBorehole(double x, double y, double z,
double y, double const depth, const std::string& name,
double z,
double const depth,
const std::string& name,
int date) int date)
: Station(x, y, z, name, Station::StationType::BOREHOLE), : Station(x, y, z, name, Station::StationType::BOREHOLE),
_depth(depth), _depth(depth),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment