Salome HOME
Updated copyright comment
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpKernelUtilities.hxx
index cb7064abd51dbf294e8272e0ef050d16d136a9f2..ad391815f73af2711f672a8a1dabca2dfd5fe7fc 100644 (file)
@@ -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<const char *> (message) , __FILE__ , __LINE__
 
+// conversion to mesh connection type
+#define ToConnType(x) static_cast<typename MyMeshType::MyConnType>(x)
+
 #endif