]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.cxx
* src/gdcmDocEntry.h : DocEntry is now secure. User can't change the
[gdcm.git] / src / gdcmHeader.cxx
index c26b4bc6a5bf1ae93e62a7f878891e4ce5faa655..fa95e414048b5f8ce9b6e9d314d0b8e6d70ed8d1 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmHeader.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/18 16:23:52 $
-  Version:   $Revision: 1.234 $
+  Date:      $Date: 2005/01/19 15:58:00 $
+  Version:   $Revision: 1.235 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -81,7 +81,6 @@ Header::Header( std::string const &filename ):
    // Now, we know GrPixel and NumPixel.
    // Let's create a VirtualDictEntry to allow a further VR modification
    // and force VR to match with BitsAllocated.
-
    DocEntry *entry = GetDocEntry(GrPixel, NumPixel); 
    if ( entry != 0 )
    {
@@ -99,7 +98,7 @@ Header::Header( std::string const &filename ):
                              PixelVR, "PXL", "Pixel Data");
  
       entry->SetDictEntry( newEntry );
-   } 
+   }
 }
 
 /**