From 4491b768d9529a24608e44d6ef77dc235d37dbb7 Mon Sep 17 00:00:00 2001 From: regrain Date: Tue, 1 Feb 2005 10:00:49 +0000 Subject: [PATCH] *** empty log message *** --- Testing/TestAllReadCompareDicom.cxx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index a4bffdea..42fede86 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/02/01 09:46:15 $ - Version: $Revision: 1.27 $ + Date: $Date: 2005/02/01 10:00:49 $ + Version: $Revision: 1.28 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -22,10 +22,6 @@ #include #include -#ifdef _MSC_VER - #include -#endif - //Generated file: #include "gdcmDataImages.h" @@ -210,9 +206,6 @@ int TestAllReadCompareDicom(int argc, char* argv[]) << std::endl; return 1; } -#ifndef _MSC_VER - testDir.close(); -#endif ////// Step 1 (see above description): std::string filename = GDCM_DATA_ROOT; -- 2.45.1