From: malaterre Date: Mon, 24 Oct 2005 01:17:54 +0000 (+0000) Subject: COMP: Fix warning, fabs returns double X-Git-Tag: OpenJPEG.Version1.2~217 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=78c0a6885ff2d33495c974a9cba58dd978aa593d;p=gdcm.git COMP: Fix warning, fabs returns double --- diff --git a/Testing/TestDataEntry.cxx b/Testing/TestDataEntry.cxx index b0611b93..73ad2d4c 100644 --- a/Testing/TestDataEntry.cxx +++ b/Testing/TestDataEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestDataEntry.cxx,v $ Language: C++ - Date: $Date: 2005/10/23 19:52:37 $ - Version: $Revision: 1.7 $ + Date: $Date: 2005/10/24 01:17:54 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -30,7 +30,7 @@ const float fvalue[]={1.1f,2.2f,3.3f,4.4f,5.5f}; const double dvalue[]={1.1,2.2,3.3,4.4,5.5}; const unsigned long nbvalue = 5; -const float GDCM_EPS = 1e-6; +const double GDCM_EPS = 1e-6; /** * \brief Test the DataEntry object