]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
-pedantic -Wall compilation
authorageay <ageay>
Thu, 22 Oct 2009 09:50:52 +0000 (09:50 +0000)
committerageay <ageay>
Thu, 22 Oct 2009 09:50:52 +0000 (09:50 +0000)
src/INTERP_KERNEL/MeshElement.txx

index 2d363a1b80e6d6bbdb6b4da85276a334f449b8ff..60b76f128fb6b0667c7392e4090cbd01bbdd69a1 100644 (file)
@@ -39,7 +39,7 @@ namespace INTERP_KERNEL
   template<class ConnType>
   template<class MyMeshType>
   MeshElement<ConnType>::MeshElement(const ConnType index, const MyMeshType& mesh)
-    : _index(index), _box(0), _number(mesh.getNumberOfNodesOfElement(OTT<typename MyMeshType::MyConnType,MyMeshType::My_numPol>::indFC(index)))
+    : _index(index), _number(mesh.getNumberOfNodesOfElement(OTT<typename MyMeshType::MyConnType,MyMeshType::My_numPol>::indFC(index))), _box(0)
   {
     const double**vertices = new const double*[_number];