mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031020: Coding - invalid inline usage in BRepBlend_AppSurface
BRepBlend_AppSurface and some other classes have been corrected to avoid inlining member functions in .cxx code.
This commit is contained in:
@@ -126,8 +126,8 @@ Standard_Real BRepBlend_AppSurface::TolCurveOnSurf(const Standard_Integer Index)
|
||||
return approx.TolCurveOnSurf(Index);
|
||||
}
|
||||
|
||||
inline void BRepBlend_AppSurface::TolReached (Standard_Real& Tol3d,
|
||||
Standard_Real& Tol2d) const
|
||||
void BRepBlend_AppSurface::TolReached (Standard_Real& Tol3d,
|
||||
Standard_Real& Tol2d) const
|
||||
{
|
||||
Tol3d = approx.MaxErrorOnSurf();
|
||||
Tol2d = 0;
|
||||
|
Reference in New Issue
Block a user