]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
fix: replace unordered_set/map with set/map ast/build_inner_boundaries V9_13_0b1 15/head
authorSONOLET Aymeric <aymeric.sonolet@cea.fr>
Tue, 25 Jun 2024 12:31:21 +0000 (14:31 +0200)
committerSONOLET Aymeric <aymeric.sonolet@cea.fr>
Tue, 25 Jun 2024 12:31:21 +0000 (14:31 +0200)
commit41b68ada1ce8bf1c333ea8551ab9a1da6f140e4a
tree0f374a369879d35d60359881288b7b7ec6531560
parent6436bc4ca5156e1a11fbb7f76716eb72b4efcd27
fix: replace unordered_set/map with set/map

This is not the best solution but this method does not seem critical in
performance and it should be much simpler to test crackAlong.
src/MEDLoader/CrackAlgo.cxx
src/MEDLoader/CrackAlgo.hxx
src/MEDLoader/MEDFileMesh.cxx
src/MEDLoader/MEDFileMesh.hxx
src/MEDLoader/Swig/CrackAlongTest.py
src/MEDLoader/Swig/MEDLoaderCommon.i
src/MEDLoader/Test/CrackAlgoTest.cxx