Salome HOME
Copyright update 2021
[tools/medcoupling.git] / src / ParaMEDMEM / ParaFIELD.hxx
index 1dba2f4219cb9b2f6c20044daf142023e2b817cf..33d154c926a1fecfe4979d6abb04baf01817db62 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-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
@@ -39,6 +39,7 @@ namespace MEDCoupling
     ParaFIELD(TypeOfField type, TypeOfTimeDiscretization td, ParaMESH* mesh, const ComponentTopology& component_topology); 
     ParaFIELD(MEDCouplingFieldDouble* field, ParaMESH *sup, const ProcessorGroup& group);
     virtual ~ParaFIELD();
+    void release();
 
     void synchronizeTarget( MEDCoupling::ParaFIELD* source_field);
     void synchronizeSource( MEDCoupling::ParaFIELD* target_field);