Salome HOME
Merge branch 'V9_9_BR'
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpKernelUtilities.hxx
index 44ee02ab1d9a7c7e3874d8c2b5e62ab74e953614..1a14869c0713827197f20558c880018392ee1dcc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  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