X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingMap.txx;h=9358f1cde6360fd807c64d93f83e8ea0d5f5f3dd;hb=90b7c9c73054965b8085ab0ecd2646a3d59f475a;hp=6248b4ee6030231db020634fecbaa83ad6186e79;hpb=4e3de127a60f9ffb63abae1d17ed01f3f6711fd2;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingMap.txx b/src/MEDCoupling/MEDCouplingMap.txx index 6248b4ee6..9358f1cde 100644 --- a/src/MEDCoupling/MEDCouplingMap.txx +++ b/src/MEDCoupling/MEDCouplingMap.txx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 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 ! }