]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorcvw <cvw>
Mon, 19 Mar 2012 13:11:08 +0000 (13:11 +0000)
committercvw <cvw>
Mon, 19 Mar 2012 13:11:08 +0000 (13:11 +0000)
src/MEDPartitioner/MEDPARTITIONER_MetisGraph.cxx

index 50f27a1d6c36f54f3c20f32303945185ae5b0bd9..490081d6295abf8ca65d77bf9ae3949fb1a30fdc 100644 (file)
@@ -112,7 +112,7 @@ void METISGraph::partGraph(int ndomain,
           
                   if (lgxadj>0)
                     {
-                      std::cout<< "\nproc " << MyGlobals::_Rank << " : lgxadj " << lgxadj << " lgadj " << xadj[lgxadj+1] << std::endl;
+                      std::cout<< "\nproc " << MyGlobals::_Rank << " : lgxadj " << lgxadj << " lgadj " << xadj[lgxadj] << std::endl;
                       for (int i=0; i<10; ++i)
                         std::cout << xadj[i] << " ";
                       std::cout << "... " << xadj[lgxadj] << std::endl;