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