X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexUnMosaicStack.cxx;h=1cb63bd98795630d9c15de4d4ffd1a991b52a7f5;hb=c75a681dc15def736e56e37d0abcd1bdf86caa31;hp=9e2a39dd8f3489969a09cfd46895730bbe331c4d;hpb=ba28ede6a36f7cbfb7ecb3e0ca3c9bbfe7289afd;p=gdcm.git diff --git a/Example/exUnMosaicStack.cxx b/Example/exUnMosaicStack.cxx index 9e2a39dd..1cb63bd9 100755 --- a/Example/exUnMosaicStack.cxx +++ b/Example/exUnMosaicStack.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exUnMosaicStack.cxx,v $ Language: C++ - Date: $Date: 2011/03/31 21:45:08 $ - Version: $Revision: 1.2 $ + 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. // ============================================================