From: regrain Date: Sun, 13 Feb 2005 12:06:29 +0000 (+0000) Subject: * Activate Debug mode X-Git-Tag: Version1.0.bp~9 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=df569bc1201a62b6837d004298778d873579b84d;p=gdcm.git * Activate Debug mode -- BeNours --- 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;