]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
- cout << "aP1.Distance(aP2) <= aP1.Distance(aP3)" << endl;
authoreap <eap@opencascade.com>
Fri, 4 Oct 2013 08:53:28 +0000 (08:53 +0000)
committereap <eap@opencascade.com>
Fri, 4 Oct 2013 08:53:28 +0000 (08:53 +0000)
src/GEOMImpl/GEOMImpl_ArcDriver.cxx

index f5aa5652859a5d33f136e3355a5e295f7cd70477..e4ac41b4a3f1bddc76f2dd797fe3ccfa6803cad0 100644 (file)
@@ -132,7 +132,6 @@ Standard_Integer GEOMImpl_ArcDriver::Execute(TFunction_Logbook& log) const
       } else if ( aType == ELLIPSE_ARC_CENTER_TWO_PNT ) { // ELLIPSE_ARC_CENTER_TWO_PNT
         if ( aP1.Distance(aP2) <= aP1.Distance(aP3) ) {
           // Standard_ConstructionError::Raise("Arc creation aborted: the distance from Center Point to Point 1 needs to be bigger than the distance from Center Point to Point 2");      
-          cout << "aP1.Distance(aP2) <= aP1.Distance(aP3)" << endl;
           gp_Pnt aTmpP = aP2;
           aP2 = aP3;
           aP3 = aTmpP;