X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMeshFormatReader.hxx;h=e7215f0b9f79283ce8e0aef323b0a4bc19c539a5;hb=1b5fb5650409b0ad3a61da3215496f2adf2dae02;hp=067073f25b8fee99c9feafff377fe793d3fe82ce;hpb=49a152b85d86070a48131b6ffa601b715893595a;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MeshFormatReader.hxx b/src/MEDLoader/MeshFormatReader.hxx index 067073f25..e7215f0b9 100644 --- a/src/MEDLoader/MeshFormatReader.hxx +++ b/src/MEDLoader/MeshFormatReader.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2021 CEA/DEN, EDF R&D +// Copyright (C) 2021-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 @@ -35,7 +35,7 @@ #include -#ifndef WIN32 +#if !defined(WIN32) && !defined(__APPLE__) #include #endif @@ -144,6 +144,7 @@ namespace MEDCoupling return _meshFormatFamsNodes; break; } + THROW_IK_EXCEPTION("getMapAtLevel : dimRelMax must be in [0,-1,-2,1]"); } public: