X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllReadCompareDicom.cxx;h=ef51a8c1e479508505ba01cc7869e33e08cb5171;hb=05a2e90d6b94f10838d426cb876436fd347b8b3d;hp=bc0dfa88eed06dd5901a3a90a9681479c1dd08e5;hpb=1d2fdf5ab42666cfbd5b8a605c79078915c27cf4;p=gdcm.git diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index bc0dfa88..ef51a8c1 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/11/02 09:39:04 $ - Version: $Revision: 1.50 $ + Date: $Date: 2005/11/03 14:07:12 $ + Version: $Revision: 1.51 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -284,7 +284,7 @@ bool TestFile::ReadFileData(std::ifstream *fp) // We *know* the .tst files are written in 'Little Endian' format. // We *know* DataSize may be 1 or 2 ! uint16_t g; - for (int i=0; i> 8 );