X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileMeshLL.hxx;h=e33e187351d264fe28371ae5b45422620da22a67;hb=662a2a2393a25baef77e42f74204b11b70a9646c;hp=672863690b4171def690837384f8e4900c9a65e7;hpb=214cb0a3e23e084616ebf247642bfbc43811e26d;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileMeshLL.hxx b/src/MEDLoader/MEDFileMeshLL.hxx index 672863690..e33e18735 100644 --- a/src/MEDLoader/MEDFileMeshLL.hxx +++ b/src/MEDLoader/MEDFileMeshLL.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2023 CEA/DEN, EDF R&D +// Copyright (C) 2007-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -249,6 +249,7 @@ MCAuto& _coords, MCAuto& _fam_coords, MCAuto& tinyInt, std::vector< MCAuto >& bigArraysI) const; void unserialize(const std::string& name, DataArrayDouble *coo, std::vector& tinyInt, std::vector< MCAuto >& bigArraysI); @@ -287,6 +288,7 @@ MCAuto& _coords, MCAuto& _fam_coords, MCAuto& mParts); void forceComputationOfParts() const; + void declarePartsUpdated() const; bool empty() const; bool presenceOfOneFams(const std::vector& ids) const; int getMeshDimension() const;