mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-06 04:37:55 +08:00
0029582: Coding Rules, Bnd_Range - inconsistent methods pair GetMin()/GetMAX()
Cosmetics - removed redundant semicolons. Method ::GetMAX() has been renamed to ::GetMax(). Added method ::Add() taking another Bnd_Range as argument. Added methods ::IsOut() mimicing a Bnd_Box interface. Methods ::Shift() and ::Shifted() no more modify Void range.
This commit is contained in:
@@ -1763,7 +1763,7 @@ static Standard_Boolean InscribeInterval(const Standard_Real theUfTarget,
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!theRange.GetMAX(anUpar))
|
||||
if (!theRange.GetMax (anUpar))
|
||||
{
|
||||
return Standard_False;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user