From: ageay Date: Thu, 22 Oct 2009 09:50:52 +0000 (+0000) Subject: -pedantic -Wall compilation X-Git-Tag: V5_1_main_FINAL~306 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8c2a658f0671c16a69e3195623401a322aae5a67;p=tools%2Fmedcoupling.git -pedantic -Wall compilation --- diff --git a/src/INTERP_KERNEL/MeshElement.txx b/src/INTERP_KERNEL/MeshElement.txx index 2d363a1b8..60b76f128 100644 --- a/src/INTERP_KERNEL/MeshElement.txx +++ b/src/INTERP_KERNEL/MeshElement.txx @@ -39,7 +39,7 @@ namespace INTERP_KERNEL template template MeshElement::MeshElement(const ConnType index, const MyMeshType& mesh) - : _index(index), _box(0), _number(mesh.getNumberOfNodesOfElement(OTT::indFC(index))) + : _index(index), _number(mesh.getNumberOfNodesOfElement(OTT::indFC(index))), _box(0) { const double**vertices = new const double*[_number];