From 5256eb5b52a94289eaf81f318aa75019a99d9d2b Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 4 Oct 2013 08:53:28 +0000 Subject: [PATCH] - cout << "aP1.Distance(aP2) <= aP1.Distance(aP3)" << endl; --- src/GEOMImpl/GEOMImpl_ArcDriver.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_ArcDriver.cxx b/src/GEOMImpl/GEOMImpl_ArcDriver.cxx index f5aa56528..e4ac41b4a 100644 --- a/src/GEOMImpl/GEOMImpl_ArcDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_ArcDriver.cxx @@ -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;