mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
Changing the ScalePrec
This commit is contained in:
@@ -157,7 +157,7 @@ Standard_Boolean operator != (const TopLoc_Location& Other) const
|
||||
|
||||
static Standard_Real ScalePrec()
|
||||
{
|
||||
return 1.e-14;
|
||||
return 1.e-13;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user