]> Creatis software - gdcm.git/commitdiff
remove spurious trailing spaces
authorjpr <jpr>
Wed, 13 Feb 2008 18:53:33 +0000 (18:53 +0000)
committerjpr <jpr>
Wed, 13 Feb 2008 18:53:33 +0000 (18:53 +0000)
src/gdcmDicomDir.cxx
src/gdcmDirList.cxx
src/gdcmDocument.h
src/gdcmSerieHelper.cxx
src/gdcmSystem.h

index 22720bd8c572cac2c5f505df20ec02a473861de6..9d44e72ffd059bf0158c9edb68b418f52b86796d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/09/17 12:21:56 $
-  Version:   $Revision: 1.196 $
+  Date:      $Date: 2008/02/13 18:53:33 $
+  Version:   $Revision: 1.197 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -480,7 +480,7 @@ bool DicomDir::Write(std::string const &fileName)
 
    std::ofstream *fp = new std::ofstream(fileName.c_str(),  
                                          std::ios::out | std::ios::binary);
-   if ( !fp ) 
+   if ( !fp )
    {
       gdcmWarningMacro("Failed to open(write) File: " << fileName.c_str());
       return false;
index 005700a72a42f06499352524bad89c62a5dd9dc4..f9b7ecb18bfc0574486a3e91d788c86973646f29 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDirList.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/09/20 07:43:35 $
-  Version:   $Revision: 1.64 $
+  Date:      $Date: 2008/02/13 18:53:33 $
+  Version:   $Revision: 1.65 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -28,7 +28,7 @@
 #include <sys/stat.h>  //stat function
 
 #ifdef _MSC_VER
-   #include <windows.h> 
+   #include <windows.h>
    #include <direct.h>
 #else
    #include <dirent.h>   
index 7577976475720a1adc835e5b3e64ddcd74df073c..50fcead9eb5d080b04bdc7861db29224413ad403 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
-  Date:      $ $
-  Version:   $ $
+  Date:      $Date: 2008/02/13 18:53:33 $
+  Version:   $Revision: 1.153 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
index eb6dd6a0c02c8844d76a7fd1ce03b15272017add..b0a1629b98a4fb83b161038ecfe4bdba595bd1b4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSerieHelper.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/10/30 14:51:00 $
-  Version:   $Revision: 1.64 $
+  Date:      $Date: 2008/02/13 18:53:33 $
+  Version:   $Revision: 1.65 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -263,6 +263,9 @@ void SerieHelper::SetDirectory(std::string const &dir, bool recursive)
    for( DirListType::const_iterator it = filenames_list.begin(); 
         it != filenames_list.end(); ++it)
    {
+     // std::cout << "--------------------------------filename [" << *it << "]"
+     //           << std::endl; 
+      gdcmDebugMacro("filename [" << *it << "]" );
       AddFileName( *it );
    }
 }
index ce032185c19746ecdd6feee11d6e1a894e7740d6..67a9769ca677befb101d78b2036a332c6fc4c49a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSystem.h,v $
   Language:  C++
-  Date:      $Date: 2007/08/22 16:14:05 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/02/13 18:53:34 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -61,6 +61,7 @@
 typedef  signed char         int8_t;
 typedef  signed short        int16_t;
 typedef  signed int          int32_t;
+/// \fixme : what about 64 bits ?
 typedef  unsigned char       uint8_t;
 typedef  unsigned short      uint16_t;
 typedef  unsigned int        uint32_t;