]> Creatis software - gdcm.git/blobdiff - Example/exUnMosaicStack.cxx
re indent
[gdcm.git] / Example / exUnMosaicStack.cxx
index b065f469d74861f8d888143558c91bc0e3ea870f..1cb63bd98795630d9c15de4d4ffd1a991b52a7f5 100755 (executable)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exUnMosaicStack.cxx,v $
   Language:  C++
-  Date:      $Date: 2011/03/29 07:45:00 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2011/08/25 14:37:05 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -100,8 +100,6 @@ int main(int argc, char *argv[])
       }
 
 
-
-
    GDCM_NAME_SPACE::File *f = GDCM_NAME_SPACE::File::New();
    f->SetLoadMode( GDCM_NAME_SPACE::LD_ALL);
    f->SetFileName( fileName );
@@ -133,7 +131,7 @@ int main(int argc, char *argv[])
    // Get the image data size
    size_t dataRawSize    = fh->GetImageDataRawSize();
    
- // ============================================================
+// ============================================================
 //   Create a new GDCM_NAME_SPACE::Filehelper, to hold new image.
 // ============================================================
 
@@ -151,7 +149,7 @@ int main(int argc, char *argv[])
   {
      std::cout << "outputdims[0] : " << outputdims[0] << " outputdims[1] : " <<  outputdims[1] << " numberOfImagesInMosaic : " << numberOfImagesInMosaic
                << " ( = " << outputdims[0] *  outputdims[1] * outputdims[2] * 2 << " ) doesn't match with dataRawSize : " << dataRawSize << std::endl;
-     //exit(0);       
+     //exit(0);
   }
 */