ProjLib_CompProjectedCurve Find Maxima Point

Hi,

I find it searches both maximum and minimum solution of searching initial point. Is that a special reason to search both maximum and minimum solutions?
It slows down overall solution then.
In code ProjLib_CompProjectedCurve.cxx:InitialPoint, it can set flag to Extrema_ExtFlag_MIN.
aExpPS.SetFlag(Extrema_ExtFlag_MIN);

Jack