From 94614c9bd8a49fa70c2cc8dd1544d580dfa0f8fa Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 28 Aug 2001 15:09:31 +0000 Subject: [PATCH] set lower tolerance for COG comparison... --- Plugin/Skin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin/Skin.cpp b/Plugin/Skin.cpp index 045def54c6..8b0a64c358 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,4 +1,4 @@ -// $Id: Skin.cpp,v 1.8 2001-08-11 23:25:50 geuzaine Exp $ +// $Id: Skin.cpp,v 1.9 2001-08-28 15:09:31 geuzaine Exp $ #include "Plugin.h" #include "Skin.h" @@ -67,7 +67,7 @@ typedef struct{ static int fcmpElm(const void *a, const void *b){ Elm *e1=(Elm*)a, *e2=(Elm*)b; - double s1, s2, TOL=CTX.lc*1.e-6; + double s1, s2, TOL=CTX.lc*1.e-12; int i; s1 = s2 = 0.0 ; -- GitLab