Salome HOME
Merge remote branch 'origin/V7_dev'
[modules/paravis.git] / src / Plugins / MEDReader / IO / vtkELNOFilter.h
old mode 100755 (executable)
new mode 100644 (file)
index 87715f9..418bcf6
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2016  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
@@ -42,9 +42,8 @@ protected:
   vtkELNOFilter();
   ~vtkELNOFilter();
 
-  int RequestData(vtkInformation *, vtkInformationVector **,
-      vtkInformationVector *);
-
+  int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
+  void AttachCellFieldsOn(vtkUnstructuredGrid *, vtkCellData *, int);
   double ShrinkFactor;
 
 private: