diff --git a/libsrc/gprim/geomobjects.hpp b/libsrc/gprim/geomobjects.hpp index 280cb523..185da070 100644 --- a/libsrc/gprim/geomobjects.hpp +++ b/libsrc/gprim/geomobjects.hpp @@ -101,9 +101,8 @@ namespace netgen explicit Vec (const Point & p) { for (int i = 0; i < D; i++) x[i] = p(i); } - Vec (const Vec & p1, const Vec & p2) - { for(int i=0; i& p1, const Point& p2) + { for(int i=0; i Vec & operator= (const Vec & p2)