]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Misprint correction
authorazv <azv@opencascade.com>
Thu, 4 Feb 2016 08:58:16 +0000 (11:58 +0300)
committerdbv <dbv@opencascade.com>
Tue, 16 Feb 2016 14:04:36 +0000 (17:04 +0300)
src/SketchSolver/SketchSolver_Storage.cpp

index e149fe03da081d072561403f4bd2fa3c2b9a05bc..809bef132cf4fa9e5c9591990dbfe151b55c4cd1 100644 (file)
@@ -97,7 +97,7 @@ static std::list<AttributePtr> pointAttributes(FeaturePtr theFeature)
     aPoints.push_back(theFeature->attribute(SketchPlugin_Line::END_ID()));
   }
   else if (theFeature->getKind() == SketchPlugin_Point::ID())
-    aPoints.push_back(theFeature->attribute(SketchPlugin_Point::ID()));
+    aPoints.push_back(theFeature->attribute(SketchPlugin_Point::COORD_ID()));
   return aPoints;
 }