From: regrain Date: Mon, 7 Jul 2003 09:10:32 +0000 (+0000) Subject: * vtk/vtkGdcmReader.[cxx|h] : bug fix when loading only one file. X-Git-Tag: Version0.3~6 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c34ecaa3bf4a10a611d4324686a8c25e93d805b8;hp=c34ecaa3bf4a10a611d4324686a8c25e93d805b8;p=gdcm.git * vtk/vtkGdcmReader.[cxx|h] : bug fix when loading only one file. We were obtaining error message from vtk. Now, creation of file list is made in an internal list to prevent this problem. Bug fix when output is empty. Bug fix in update of progress value. Previous commit for this was a bad correction. -- BeNours ---