]> Creatis software - clitk.git/commitdiff
*** empty log message ***
authorgrevillot <grevillot>
Tue, 21 Sep 2010 09:37:33 +0000 (09:37 +0000)
committergrevillot <grevillot>
Tue, 21 Sep 2010 09:37:33 +0000 (09:37 +0000)
common/clitkImageCommon.h
tools/clitkDicomInfo.cxx

index e734d21bf402367538169da3d250a7a12dbb8114..9744fc962cc666a4c156f90e56be41628c7191ec 100644 (file)
@@ -29,7 +29,6 @@
 #include "gdcmFile.h"
 #include "gdcmFileHelper.h"
 
-
 namespace clitk {
   
   //--------------------------------------------------------------------
index 303b1f5cd6056594090f73870d42f363c0e34a1f..990f68454eb46f8a2e660aeacd1c535a20c2a366 100644 (file)
@@ -43,7 +43,7 @@ int main(int argc, char * argv[])
   for(unsigned int i=0; i<args_info.inputs_num; i++) {
     gdcm::File *header = new gdcm::File();
     header->SetFileName(args_info.inputs[i]);
-    header->SetMaxSizeLoadEntry(16384);
+    header->SetMaxSizeLoadEntry(163840);
     header->Load();
     header->Print();
   }