mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Coding - Function guard update (#610)
- Removed verbose function header comments (name, purpose) across multiple C++ source files. - Introduced a single-line separator comment before each function for consistent formatting. - Applied the change in visualization, modeling, algorithms, foundation, and application framework modules.
This commit is contained in:
@@ -117,10 +117,7 @@ Geom2d_BezierCurve::Geom2d_BezierCurve(const TColgp_Array1OfPnt2d& Poles,
|
||||
Init(npoles, nweights);
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
// function : Increase
|
||||
// purpose : increase degree
|
||||
//=======================================================================
|
||||
//=================================================================================================
|
||||
|
||||
void Geom2d_BezierCurve::Increase(const Standard_Integer Deg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user