From 6442ff7197b3b11f735db1c6bdad8a8379e60997 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Wed, 23 Dec 2009 16:30:08 +0000 Subject: [PATCH] ENH: VTK Warning was displayed when imported with original resolution DICOM --- invesalius/project.py | 2 +- invesalius/reader/dicom_reader.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/project.py b/invesalius/project.py index 547c756..0ce6f73 100755 --- a/invesalius/project.py +++ b/invesalius/project.py @@ -196,7 +196,7 @@ class Project(object): if not const.VTK_WARNING: fow = vtk.vtkFileOutputWindow() - #fow.SetFileName('c:\\vtkoutput.txt') + fow.SetFileName('vtkoutput.txt') ow = vtk.vtkOutputWindow() ow.SetInstance(fow) diff --git a/invesalius/reader/dicom_reader.py b/invesalius/reader/dicom_reader.py index b71695a..839b7e3 100644 --- a/invesalius/reader/dicom_reader.py +++ b/invesalius/reader/dicom_reader.py @@ -121,7 +121,7 @@ def GetDicomGroups(directory, recursive=True): if not const.VTK_WARNING: fow = vtk.vtkFileOutputWindow() - #fow.SetFileName('c:\\vtkoutput.txt') + fow.SetFileName('vtkoutput.txt') ow = vtk.vtkOutputWindow() ow.SetInstance(fow) -- libgit2 0.21.2