Bug 0019766: EDF 720 GEOM: Building a Wire from unconnected edges by introducing a tolerance. Fix a problem.

This commit is contained in:
jfa 2009-06-05 08:36:14 +00:00
parent bb5f1e62ee
commit 570c13f686

View File

@ -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: