]> Creatis software - gdcm.git/commitdiff
COMP: atof return a double
authormalaterre <malaterre>
Tue, 24 Jan 2006 20:53:54 +0000 (20:53 +0000)
committermalaterre <malaterre>
Tue, 24 Jan 2006 20:53:54 +0000 (20:53 +0000)
src/gdcmSerieHelper.cxx

index 3761252f910ed4e0294ac29afa763463654249b9..5925b8753078d19680b5bcae571e176d6a98bd21 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSerieHelper.cxx,v $
   Language:  C++
-  Date:      $Date: 2006/01/18 15:25:07 $
-  Version:   $Revision: 1.42 $
+  Date:      $Date: 2006/01/24 20:53:54 $
+  Version:   $Revision: 1.43 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -960,7 +960,7 @@ std::string SerieHelper::CreateUserDefinedFileIdentifier( File * inFile )
   //     Deal with all user supplied tags.
   //      (user knows more than we do about his images!)
   
-   float converted;
+   double converted;
    std::string id;
    std::string s; 
    char charConverted[17];