mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
12
src/math/math_GaussLeastSquare.lxx
Executable file
12
src/math/math_GaussLeastSquare.lxx
Executable file
@@ -0,0 +1,12 @@
|
||||
// File math_GaussLeastSquare.lxx
|
||||
|
||||
|
||||
inline Standard_Boolean math_GaussLeastSquare::IsDone() const { return Done; }
|
||||
|
||||
|
||||
inline Standard_OStream& operator<<(Standard_OStream& o,
|
||||
const math_GaussLeastSquare& G)
|
||||
{
|
||||
G.Dump(o);
|
||||
return o;
|
||||
}
|
Reference in New Issue
Block a user