]> SALOME platform Git repositories - modules/paravis.git/blobdiff - src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.h
Salome HOME
Copyright update 2022
[modules/paravis.git] / src / Plugins / GaussToCell / plugin / GaussToCellModule / vtkGaussToCell.h
index 1d6cc23e3315d43fb388241f6b7a5589df6dd36a..e0ffe76af0cdf1d91625223a011253974ccf8929 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2018-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
@@ -29,7 +29,7 @@ class VTK_EXPORT vtkGaussToCell : public vtkUnstructuredGridAlgorithm
 {
 public:
   static vtkGaussToCell* New();
-  vtkTypeMacro(vtkGaussToCell, vtkUnstructuredGridAlgorithm);
+  vtkTypeMacro(vtkGaussToCell, vtkUnstructuredGridAlgorithm)
   void PrintSelf(ostream& os, vtkIndent indent) override;
 
   void SetAvgFlag(bool avgStatus);