X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FVTKTestWriteSeq.cxx;h=9dc0119d8ccfa462e262fecd16c4596aea0308cb;hb=1d9e55eaf7f1a4fdabb89d17fed3708dd908135f;hp=4d3b41ca98987491b39855ddbb8133c98c1f739e;hpb=efd3ea11eb9d6da5f3034f5e46649d250b90c75a;p=gdcm.git 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;