X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexUnMosaicStack.cxx;h=9e2a39dd8f3489969a09cfd46895730bbe331c4d;hb=e7a642c06e4cdcfdbaf024090754283ccc564408;hp=b065f469d74861f8d888143558c91bc0e3ea870f;hpb=4b43cc3729743fcf7632e055cabd3f564d1bbe0b;p=gdcm.git diff --git a/Example/exUnMosaicStack.cxx b/Example/exUnMosaicStack.cxx index b065f469..9e2a39dd 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/29 07:45:00 $ - Version: $Revision: 1.1 $ + Date: $Date: 2011/03/31 21:45:08 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -151,7 +151,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); } */