]> Creatis software - gdcm.git/commitdiff
For vtk prior to vtk 4.2.5
authormalaterre <malaterre>
Sun, 18 Apr 2004 03:26:22 +0000 (03:26 +0000)
committermalaterre <malaterre>
Sun, 18 Apr 2004 03:26:22 +0000 (03:26 +0000)
vtk/vtkgdcmViewer.cxx

index e80aa55c9df02aa5953b6c28dce4ff52b365f2d5..816192e7f80fe736cdc13960a7fec8b90c70f458 100644 (file)
 
 #include "vtkGdcmReader.h"
 
+#ifndef vtkFloatingPointType
+#define vtkFloatingPointType float
+#endif
+
 //----------------------------------------------------------------------------
 // Callback for the interaction
 class vtkgdcmObserver : public vtkCommand