1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-15 11:44:07 +03:00

Changing the ScalePrec

This commit is contained in:
mzernova 2023-03-08 00:08:43 +00:00
parent c6daa01e40
commit 2cd04d9e55

View File

@ -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: