From: jpr Date: Mon, 28 Nov 2005 17:23:37 +0000 (+0000) Subject: Restore previous state (double/float) X-Git-Tag: Version1.3~21 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=7fba5f430c8147f53cfdf667981fc9f380cf64ba;p=gdcm.git Restore previous state (double/float) --- diff --git a/src/gdcmSerieHelper.cxx b/src/gdcmSerieHelper.cxx index 72fc5f62..7c8bf536 100644 --- a/src/gdcmSerieHelper.cxx +++ b/src/gdcmSerieHelper.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSerieHelper.cxx,v $ Language: C++ - Date: $Date: 2005/11/28 11:54:51 $ - Version: $Revision: 1.37 $ + Date: $Date: 2005/11/28 17:23:37 $ + Version: $Revision: 1.38 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -569,10 +569,10 @@ bool SerieHelper::ImagePositionPatientOrdering( FileList *fileList ) { //iop is calculated based on the file file float cosines[6]; - float normal[3]; - float ipp[3]; - float dist; - float min = 0, max = 0; + double normal[3]; + double ipp[3]; + double dist; + double min = 0, max = 0; bool first = true; std::multimap distmultimap;