Salome HOME
Bug 0019766: EDF 720 GEOM: Building a Wire from unconnected edges by introducing...
authorjfa <jfa@opencascade.com>
Fri, 5 Jun 2009 08:36:14 +0000 (08:36 +0000)
committerjfa <jfa@opencascade.com>
Fri, 5 Jun 2009 08:36:14 +0000 (08:36 +0000)
src/GEOMImpl/GEOMImpl_IShapes.hxx

index e0827f4ea89a20c4642079fd27719e290bd8f48a..504dbd315c1fd7a2cdafc6999177dbf73d4f7b66 100644 (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: