Salome HOME
Minor: portability issue. On CentOS5.2, MPI_Datatype is an int.
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpolationCU.txx
index 9cef0e98c52aff79bc0c90f21e59c2fc1f68c66b..51b30bfbdf2b194cb8bf318d4db6b58692fad7bb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  OPEN CASCADE
+// Copyright (C) 2009-2015  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -97,7 +97,6 @@ namespace INTERP_KERNEL
                                          MatrixType&        result,
                                          const char *       method)
   {
-    typedef typename MyUMeshType::MyConnType ConnType;
     typedef typename MyCMeshType::MyConnType CConnType;
 
     if ( std::string("P0P0") != method )