Salome HOME
Issue #1343 Fixes for creating extrusion on vertex
[modules/shaper.git] / src / GeomData / GeomData_Point2D.cpp
index 0eca72f8c40edd2934bda0bf2db44c667d79cc1b..fb7bdc99f2fc0b9ed89483344d7f2b1065705d1f 100644 (file)
@@ -15,9 +15,9 @@
 
 #include <cassert>
 
-GeomData_Point2D::GeomData_Point2D(TDF_Label& theLabel)
+GeomData_Point2D::GeomData_Point2D()
 {
-  myIsInitialized = true;
+  myIsInitialized = false;
 }
 
 void GeomData_Point2D::setCalculatedValue(const double theX, const double theY)