X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingMap.txx;h=ef722c2b3821bfa090cb50609e0d5fbd0efbd5db;hb=1062fa0bd4e00e0ad3ffbb3306de74cd0226df1d;hp=1a43583ea11565804cc1b960a6d32088742fd419;hpb=b1681460da1d3c8e3a196e9b13410321587db207;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingMap.txx b/src/MEDCoupling/MEDCouplingMap.txx index 1a43583ea..ef722c2b3 100644 --- a/src/MEDCoupling/MEDCouplingMap.txx +++ b/src/MEDCoupling/MEDCouplingMap.txx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-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 @@ -25,21 +25,21 @@ namespace MEDCoupling { - template - MCAuto< MapKeyVal > MapKeyVal::New() + template + MCAuto< MapKeyVal > MapKeyVal::New() { - MCAuto< MapKeyVal > ret(new MapKeyVal); + MCAuto< MapKeyVal > ret(new MapKeyVal); return ret; } - template - std::size_t MapKeyVal::getHeapMemorySizeWithoutChildren() const + template + std::size_t MapKeyVal::getHeapMemorySizeWithoutChildren() const { - return _m.size()*sizeof(std::pair); + return _m.size()*sizeof(std::pair); } - template - std::vector MapKeyVal::getDirectChildrenWithNull() const + template + std::vector MapKeyVal::getDirectChildrenWithNull() const { return std::vector();//not a bug no child. Leaf object ! }