]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Unwarnigization with super warning options.
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 13 Oct 2014 06:38:10 +0000 (08:38 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 13 Oct 2014 06:38:10 +0000 (08:38 +0200)
src/MEDCoupling/MEDCoupling1GTUMesh.cxx

index a13cb0b4f45667c4d7de51e67ddb65dea22e554a..2b17e60c9709350a65b8dc64478b0b5ca47984df 100644 (file)
@@ -3120,7 +3120,7 @@ void MEDCoupling1DGTUMesh::renumberNodesWithOffsetInConn(int offset)
 {
   getNumberOfCells();//only to check that all is well defined.
   //
-  int nbElemsIn(getNumberOfNodes()),nbOfTuples(_conn->getNumberOfTuples());
+  int nbOfTuples(_conn->getNumberOfTuples());
   int *pt(_conn->getPointer());
   for(int i=0;i<nbOfTuples;i++,pt++)
     {