Salome HOME
Merge branch 'V9_9_BR'
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpKernelUtilities.hxx
index 814fca305fabd4e00b877847d4e8daf659a00511..1a14869c0713827197f20558c880018392ee1dcc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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
@@ -35,4 +35,7 @@
 
 #define LOCALIZED(message) static_cast<const char *> (message) , __FILE__ , __LINE__
 
+// conversion to mesh connection type
+#define ToConnType(x) static_cast<typename MyMeshType::MyConnType>(x)
+
 #endif