]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Removed unnecessary comment.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 14 Feb 2017 09:48:53 +0000 (10:48 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Tue, 14 Feb 2017 09:48:53 +0000 (10:48 +0100)
src/GeomAlgoAPI/GeomAlgoAPI_Cylinder.cpp

index e487b6a5558a3b281d355d215b1f2e08b28cd6e4..c08ab48dfe379d4251712b8e41de68a8f121a4cc 100644 (file)
@@ -26,7 +26,6 @@ GeomAlgoAPI_Cylinder::GeomAlgoAPI_Cylinder(std::shared_ptr<GeomAPI_Ax2> theAxis,
                                            const double theHeight)
 {
   withAngle = false;
-  //myBasePoint = theBasePoint;
   myAxis = theAxis;
   myRadius = theRadius;
   myHeight = theHeight;