mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0027891: Visualization - FPE due to use of DBL_MAX in SelectMgr_SelectingVolumeManager::DetectedPoint()
This commit is contained in:
@@ -4530,7 +4530,7 @@ static Standard_Integer VState (Draw_Interpretor& theDI,
|
||||
aName.LeftJustify (20, ' ');
|
||||
char anInfoStr[512];
|
||||
Sprintf (anInfoStr,
|
||||
" Depth: %+.3f Distance: %+.3f Point: %+.3f %+.3f %+.3f",
|
||||
" Depth: %g Distance: %g Point: %g %g %g",
|
||||
aPickData.Depth,
|
||||
aPickData.MinDist,
|
||||
aPickData.Point.X(), aPickData.Point.Y(), aPickData.Point.Z());
|
||||
|
Reference in New Issue
Block a user