]> Creatis software - gdcm.git/blobdiff - Example/exUnMosaic2.cxx
re indent
[gdcm.git] / Example / exUnMosaic2.cxx
index 60bd1b0752f5cb34eafeebc2950679ecf7c2e182..ce14ce3f5738f64a9453faf3c9d9215320614058 100755 (executable)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exUnMosaic2.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
@@ -107,8 +107,8 @@ int main(int argc, char *argv[])
    size_t dataRawSize    = fh->GetImageDataRawSize();
    
 */
-   
- // ============================================================
+
+// ============================================================
 //   Create a new GDCM_NAME_SPACE::Filehelper, to hold new image.
 // ============================================================
 
@@ -128,7 +128,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);
   }
 */