X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexUnMosaic2.cxx;fp=Example%2FexUnMosaic2.cxx;h=ce14ce3f5738f64a9453faf3c9d9215320614058;hb=c75a681dc15def736e56e37d0abcd1bdf86caa31;hp=c9b441c6d72921eaed308cee5554d405b1587918;hpb=ba28ede6a36f7cbfb7ecb3e0ca3c9bbfe7289afd;p=gdcm.git diff --git a/Example/exUnMosaic2.cxx b/Example/exUnMosaic2.cxx index c9b441c6..ce14ce3f 100755 --- a/Example/exUnMosaic2.cxx +++ b/Example/exUnMosaic2.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exUnMosaic2.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 @@ -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. // ============================================================