From 88fe1394061d711504e2d90df7a01ebcfe9b45e7 Mon Sep 17 00:00:00 2001 From: cvw Date: Mon, 19 Mar 2012 13:11:08 +0000 Subject: [PATCH] *** empty log message *** --- src/MEDPartitioner/MEDPARTITIONER_MetisGraph.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.cxx b/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.cxx index 50f27a1d6..490081d62 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.cxx +++ b/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.cxx @@ -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; -- 2.39.2