X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpKernelUtilities.hxx;h=ad391815f73af2711f672a8a1dabca2dfd5fe7fc;hb=b832b15337be013a56e0976170e5e235b89fcb03;hp=cb7064abd51dbf294e8272e0ef050d16d136a9f2;hpb=9727e779d56acece98be02cdccd0f99cc5ef0fa2;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/InterpKernelUtilities.hxx b/src/INTERP_KERNEL/InterpKernelUtilities.hxx index cb7064abd..ad391815f 100644 --- a/src/INTERP_KERNEL/InterpKernelUtilities.hxx +++ b/src/INTERP_KERNEL/InterpKernelUtilities.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D +// Copyright (C) 2007-2024 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,4 +35,7 @@ #define LOCALIZED(message) static_cast (message) , __FILE__ , __LINE__ +// conversion to mesh connection type +#define ToConnType(x) static_cast(x) + #endif