]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Bug correction proposed by KW10625
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 7 Jan 2016 14:35:11 +0000 (15:35 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 7 Jan 2016 14:35:11 +0000 (15:35 +0100)
src/Plugins/MEDReader/ParaViewPlugin/vtkPVMetaDataInformation.cxx
src/Plugins/MEDReader/ParaViewPlugin/vtkPVMetaDataInformation.h

index a498d68556fb1f173c12400b85ae066a7b376a8a..46680b5de9d04f2fb03c2aa1fdb15d414045be25 100644 (file)
@@ -130,6 +130,10 @@ void vtkPVMetaDataInformation::CopyFromStream(const vtkClientServerStream* css)
     }
 }
 
+void vtkPVMetaDataInformation::AddInformation(vtkPVInformation*)
+{
+}
+
 //----------------------------------------------------------------------------
 void vtkPVMetaDataInformation::PrintSelf(ostream& os, vtkIndent indent)
 {
index 879d11ebff68c929b058494db80dfa8fb103c82e..106f671d3e0cee9b9659ff72e9c8748adc6180f1 100644 (file)
@@ -42,6 +42,7 @@ public:
   // Manage a serialized version of the information.
   virtual void CopyToStream(vtkClientServerStream*);
   virtual void CopyFromStream(const vtkClientServerStream*);
+  virtual void AddInformation(vtkPVInformation*);
   //ETX
 
   // Description: