Fix linux build.
This commit is contained in:
parent
8192ef78e8
commit
c5363327e8
9 changed files with 31 additions and 29 deletions
|
@ -17,6 +17,8 @@ public:
|
|||
|
||||
Point(const Point<2>& p);
|
||||
|
||||
Point(const Point<DIM>& p) = default;
|
||||
|
||||
Point(const DiscretePoint& point);
|
||||
|
||||
Point(const Point<DIM>& reference, double offSetX, double offSetY, double offSetZ = 0);
|
||||
|
@ -83,4 +85,4 @@ using Point3 = Point<3>;
|
|||
using Point2 = Point<2>;
|
||||
|
||||
using PointPtr3 = std::unique_ptr<Point<3> >;
|
||||
using PointPtr2 = std::unique_ptr<Point<2> >;
|
||||
using PointPtr2 = std::unique_ptr<Point<2> >;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue