From 570c13f686d71a24e568b37d2f5997e411fa49c3 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 5 Jun 2009 08:36:14 +0000 Subject: [PATCH] Bug 0019766: EDF 720 GEOM: Building a Wire from unconnected edges by introducing a tolerance. Fix a problem. --- src/GEOMImpl/GEOMImpl_IShapes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2