From df569bc1201a62b6837d004298778d873579b84d Mon Sep 17 00:00:00 2001 From: regrain Date: Sun, 13 Feb 2005 12:06:29 +0000 Subject: [PATCH] * Activate Debug mode -- BeNours --- Testing/VTKTestWriteSeq.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Testing/VTKTestWriteSeq.cxx b/Testing/VTKTestWriteSeq.cxx index 4d3b41ca..9dc0119d 100644 --- a/Testing/VTKTestWriteSeq.cxx +++ b/Testing/VTKTestWriteSeq.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: VTKTestWriteSeq.cxx,v $ Language: C++ - Date: $Date: 2005/02/09 15:31:15 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/02/13 12:06:29 $ + 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 @@ -29,6 +29,7 @@ //Generated file: #include "gdcmDataSeqImages.h" +#include "gdcmDebug.h" #ifndef vtkFloatingPointType #define vtkFloatingPointType float @@ -217,6 +218,8 @@ int VTKTestWriteSeq(int argc, char *argv[]) } } + gdcm::Debug::DebugOn(); + int ret = 0; vtkTesting *t = vtkTesting::New(); vtkImageViewer *viewer; -- 2.45.1