]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderHelper.cxx
ENH: flipping -W -Wall into -Wall -W does not produce the same warnings
[gdcm.git] / src / gdcmHeaderHelper.cxx
index e2492dc8229ef93158a8bcca03ea6a897eee6e74..4f53b9704dd3f5ec53cacb6eb81c765b1fadd004 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmHeaderHelper.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/06/21 04:18:26 $
-  Version:   $Revision: 1.38 $
+  Date:      $Date: 2004/06/25 19:37:05 $
+  Version:   $Revision: 1.39 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -120,7 +120,7 @@ bool gdcmSerieHeader::ImagePositionPatientOrdering()
   float normal[3];
   float ipp[3];
   float dist;
-  float min, max;
+  float min = 0, max = 0;
   bool first = true;
   int n=0;
   std::vector<float> distlist;