Salome HOME
Apply the fix for the issue "0021721: [CEA 590] Invalid groups on cells display in...
[modules/paravis.git] / src / Plugins / TableReader / TableTo3DFilter / vtkTableTo3D.h
index c1d74283c181a7269a2afbc7727cce2a1064c3b7..dca55b5578cfcc55639c5468b479bf7b4b5a6ff4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@ class VTK_EXPORT vtkTableTo3D : public vtkPolyDataAlgorithm
 {
 public:
   static vtkTableTo3D* New();
-  vtkTypeRevisionMacro(vtkTableTo3D, vtkPolyDataAlgorithm);
+  vtkTypeMacro(vtkTableTo3D, vtkPolyDataAlgorithm);
   void PrintSelf(ostream& os, vtkIndent indent);
 
   // Description:
@@ -47,7 +47,7 @@ public:
   // Description:
   // Specify type of presentation: surface of contour.
   vtkSetClampMacro(PresentationType, int,
-                  TABLETO3D_SURFACE, TABLETO3D_CONTOUR);
+                   TABLETO3D_SURFACE, TABLETO3D_CONTOUR);
   vtkGetMacro(PresentationType, int);
 
   // Description: