From b4039f93d1d97f94387402320a8786a3209938bc Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 2 May 2005 17:56:44 +0000 Subject: [PATCH] ENH: Minor cleanup, also clearly specify how many pixel are tested --- Testing/TestAllReadCompareDicom.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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