]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Unwarnigization with gcc 4.8 (3) V7_5_0a1
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 13 Oct 2014 07:17:36 +0000 (09:17 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 13 Oct 2014 07:17:36 +0000 (09:17 +0200)
src/INTERP_KERNEL/InterpolationCU.txx
src/INTERP_KERNEL/MeshUtils.hxx
src/INTERP_KERNEL/SplitterTetra.txx

index 9cef0e98c52aff79bc0c90f21e59c2fc1f68c66b..2ff02186c600f9cddc841c5300f54ec4b3ff7de7 100644 (file)
@@ -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 )
index d7c9d0e96f8574e548c4cce90988dde329ad24a3..5250307f3d15c969bc078e8e19a4e259f55486ab 100644 (file)
@@ -83,7 +83,6 @@ namespace INTERP_KERNEL
   template<class MyMeshType>
   inline const double* getCoordsOfNode2(typename MyMeshType::MyConnType node, typename MyMeshType::MyConnType element, const MyMeshType& mesh, typename MyMeshType::MyConnType& nodeId)
   {
-    typedef typename MyMeshType::MyConnType ConnType;
     nodeId= getGlobalNumberOfNode(node, element, mesh);
     return mesh.getCoordinatesPtr()+MyMeshType::MY_SPACEDIM*nodeId;
   }
index bbaad69640147c2e43e66549ff0b4a625181a470..cfcd66f775dad0656eaed2179839d889c1d22544 100644 (file)
@@ -393,7 +393,6 @@ namespace INTERP_KERNEL
   {
     typedef typename MyMeshType::MyConnType ConnType;
     typedef double Vect2[2];
-    typedef double Vect3[3];
     typedef double Triangle2[3][2];
 
     const double *const tri0[3] = {p1, p2, p3};
@@ -597,8 +596,6 @@ namespace INTERP_KERNEL
                                                         std::multiset<TriangleFaceKey>& listOfTetraFacesTreated,
                                                         std::set<TriangleFaceKey>& listOfTetraFacesColinear)
   {
-    typedef typename MyMeshType::MyConnType ConnType;
-
     double totalSurface = 0.0;
 
     // check if we have planar tetra element