From: jfa Date: Fri, 5 Jun 2009 08:36:14 +0000 (+0000) Subject: Bug 0019766: EDF 720 GEOM: Building a Wire from unconnected edges by introducing... X-Git-Tag: V5_1_2rc2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=570c13f686d71a24e568b37d2f5997e411fa49c3;p=modules%2Fgeom.git Bug 0019766: EDF 720 GEOM: Building a Wire from unconnected edges by introducing a tolerance. Fix a problem. --- diff --git a/src/GEOMImpl/GEOMImpl_IShapes.hxx b/src/GEOMImpl/GEOMImpl_IShapes.hxx index e0827f4ea..504dbd315 100644 --- a/src/GEOMImpl/GEOMImpl_IShapes.hxx +++ b/src/GEOMImpl/GEOMImpl_IShapes.hxx @@ -72,7 +72,7 @@ class GEOMImpl_IShapes void SetTolerance(const Standard_Real theValue) { _func->SetReal(SHAPE_ARG_TOLERANCE, theValue); } - Standard_Integer GetTolerance() { return _func->GetReal(SHAPE_ARG_TOLERANCE); } + Standard_Real GetTolerance() { return _func->GetReal(SHAPE_ARG_TOLERANCE); } private: