X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FMeshCut%2FMeshCut_Maillage.hxx;h=6e9e8390d09566f830f784986f39cf1c217f0242;hp=778728b6fed4012c2f9db2551e699a3b62c1572c;hb=0fc0831670e27a5611b941c52dc152fd63964515;hpb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54 diff --git a/src/Tools/MeshCut/MeshCut_Maillage.hxx b/src/Tools/MeshCut/MeshCut_Maillage.hxx index 778728b6f..6e9e8390d 100644 --- a/src/Tools/MeshCut/MeshCut_Maillage.hxx +++ b/src/Tools/MeshCut/MeshCut_Maillage.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 EDF R&D +// Copyright (C) 2006-2020 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 @@ -75,7 +75,7 @@ namespace MESHCUT // Le numéro global du j-ième noeud de la maille de numéro global i est stocké à l'adresse // CNX[tm]+t*(i-1)+(j-1) // (t = taille du type, i.e. nombre de noeuds de l'élément) - std::map CNX; // ****** MED-OBLIGATOIRE ****** + std::map CNX; // ****** MED-OBLIGATOIRE ****** // Enveloppes cubiques std::map EC;