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: