From: malaterre Date: Mon, 2 May 2005 17:56:44 +0000 (+0000) Subject: ENH: Minor cleanup, also clearly specify how many pixel are tested X-Git-Tag: Version1.2.bp~734 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b4039f93d1d97f94387402320a8786a3209938bc;p=gdcm.git ENH: Minor cleanup, also clearly specify how many pixel are tested --- diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index f00906cf..23563114 100644 --- a/Testing/TestAllReadCompareDicom.cxx +++ b/Testing/TestAllReadCompareDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllReadCompareDicom.cxx,v $ Language: C++ - Date: $Date: 2005/05/02 17:51:57 $ - Version: $Revision: 1.41 $ + Date: $Date: 2005/05/02 17:56:44 $ + Version: $Revision: 1.42 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -515,9 +515,11 @@ int InternalTest(std::string const &filename, << " compression : " << gdcm::Global::GetTS()->GetValue(ts) << std::endl; - std::cout << " list of pixels differing (pos : test - ref) :" + std::cout << " list of the first " << MAX_NUMBER_OF_DIFFERENCE + << " pixels differing (pos : test - ref) :" << std::endl; - int i,j; + int i; + unsigned int j; for(i=0, j=0;i