Salome HOME
Copyright update 2022
[modules/paravis.git] / src / Plugins / GaussToCell / plugin / GaussToCellModule / vtkGaussToCell.cxx
index 7961b8ca81fa4125469451df4ef2d759d5dfff46..9a3018df4bec8c58fe84ed30020ba12a377b83da 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
@@ -86,7 +86,7 @@ using MEDCoupling::MEDCouplingFieldDouble;
 using MEDCoupling::ON_GAUSS_PT;
 using MEDCoupling::MCAuto;
 
-vtkStandardNewMacro(vtkGaussToCell);
+vtkStandardNewMacro(vtkGaussToCell)
 
 vtkInformationDoubleVectorKey *GetMEDReaderMetaDataIfAny()
 {
@@ -180,7 +180,7 @@ void vtkGaussToCell::SetMinFlag(bool minStatus)
     }
 }
 
-int vtkGaussToCell::RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
+int vtkGaussToCell::RequestInformation(vtkInformation * /*request*/, vtkInformationVector **inputVector, vtkInformationVector * /*outputVector*/)
 { 
   //std::cerr << "########################################## vtkGaussToCell::RequestInformation ##########################################" << std::endl;
   try
@@ -262,7 +262,7 @@ void DealWith(const char *postName, vtkDoubleArray *zearray, vtkIdTypeArray *off
   dc(inData,offData,nbgPerCell,zeNbCompo,outNbCells,outData);
 }
 
-int vtkGaussToCell::RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
+int vtkGaussToCell::RequestData(vtkInformation * /*request*/, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 {
   //std::cerr << "########################################## vtkGaussToCell::RequestData        ##########################################" << std::endl;
   try