X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_SurfaceTools.cxx;h=213975d92d21d7afff62564257cc13272ed40bd7;hb=8422ddce7f07cce7117b80c6c8e26fb0bd8cbe78;hp=4a02ac4bef4ba6627213b463e7eadc322923edcf;hpb=c0397f5b1af8f042d925fd1dd40ee07642b90da5;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_SurfaceTools.cxx b/src/GEOMAlgo/GEOMAlgo_SurfaceTools.cxx index 4a02ac4be..213975d92 100644 --- a/src/GEOMAlgo/GEOMAlgo_SurfaceTools.cxx +++ b/src/GEOMAlgo/GEOMAlgo_SurfaceTools.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -163,7 +163,7 @@ Standard_Boolean GEOMAlgo_SurfaceTools::IsCoaxial if (fabs(aRadius1 - aRadius2) <= aTol) { // Check the deflection of the middle point. - gp_XYZ aMidP = 0.5*(aDP1 + aDP2); + //gp_XYZ aMidP = 0.5*(aDP1 + aDP2); //Standard_Real aMidRadius1 = aMidP.Modulus(); if (fabs(aRadius1 - aRadius2) <= aTol) {