From: mzernova Date: Wed, 8 Mar 2023 00:08:43 +0000 (+0000) Subject: Changing the ScalePrec X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=2cd04d9e556d2ec1ada5837fcdeac1571cfbea65;p=occt.git Changing the ScalePrec --- diff --git a/src/TopLoc/TopLoc_Location.hxx b/src/TopLoc/TopLoc_Location.hxx index cc953d7f46..6799c810c9 100644 --- a/src/TopLoc/TopLoc_Location.hxx +++ b/src/TopLoc/TopLoc_Location.hxx @@ -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: