Salome HOME
Copyright update 2022
[modules/paravis.git] / src / Plugins / MEDReader / plugin / MEDReaderIO / vtkMEDReader.h
index 1f3022e86ca1e1f9c5eecbace04db3de0d009efa..40d3a4a32bfcbc4c453ff19ae3a5be992c89893f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2022  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
@@ -43,7 +43,7 @@ class VTK_EXPORT vtkMEDReader : public vtkMultiBlockDataSetAlgorithm
   void PrintSelf(ostream& os, vtkIndent indent);
   virtual void SetFileName(const char*);
   virtual char *GetFileName();
-  virtual const char *GetFileExtensions() { return ".med .rmed .sauv .sauve"; }
+  virtual const char *GetFileExtensions() { return ".med .rmed"; }
   virtual const char *GetDescriptiveName() { return "MED file (Data Exchange Model)"; }
   //
   virtual void SetFieldsStatus(const char *name, int status);
@@ -62,8 +62,6 @@ class VTK_EXPORT vtkMEDReader : public vtkMultiBlockDataSetAlgorithm
   // Reload will delete the internal reader and recreate it with default properties
   virtual void Reload();
 
-  virtual int GetServerModifTime();
-  //
   virtual void GenerateVectors(int);
   virtual void ChangeMode(int);
   virtual void GhostCellGeneratorCallForPara(int);