Salome HOME
[test] Adding test on geometry for VoroGaus plugin
[modules/paravis.git] / src / Plugins / MEDReader / plugin / MEDReaderIO / vtkInformationGaussDoubleVectorKey.h
index c280c035b3f74653c0dbc2a74ba91b0ffd21a85d..5a89658e466c282470c07a9869347626b6ca44a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2021  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
@@ -25,8 +25,8 @@
 class VTK_EXPORT vtkInformationGaussDoubleVectorKey : public vtkInformationDoubleVectorKey
 {
 public:
-  vtkTypeMacro(vtkInformationGaussDoubleVectorKey, vtkInformationDoubleVectorKey);
-  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE{}
+  vtkTypeMacro(vtkInformationGaussDoubleVectorKey, vtkInformationDoubleVectorKey)
+  void PrintSelf(ostream& /*os*/, vtkIndent /*indent*/) override {};
 
   vtkInformationGaussDoubleVectorKey(const char* name, const char* location,
     int length = -1) : vtkInformationDoubleVectorKey(name, location, length) { }
@@ -46,9 +46,9 @@ public:
   * Simply shallow copies the key from fromInfo to toInfo.
   * This is used by the pipeline to propagate this key downstream.
   */
-  void CopyDefaultInformation(vtkInformation* request,
+  void CopyDefaultInformation(vtkInformation* /*request*/,
     vtkInformation* fromInfo,
-    vtkInformation* toInfo) VTK_OVERRIDE
+    vtkInformation* toInfo) override
   {
     this->ShallowCopy(fromInfo, toInfo);
   }