From 79a7e57328ff96ae7a34c447f8e5b7e280a86f1f Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 21 Jun 2012 16:57:03 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8369 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/irregular.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/irregular.cpp b/src/irregular.cpp index 6b6d0584dc..656aa33870 100644 --- a/src/irregular.cpp +++ b/src/irregular.cpp @@ -237,9 +237,6 @@ int Irregular::migrate_check() int flagall; MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_MAX,world); - - if (comm->me == 0) printf("MIGRATE CHECK %d\n",flagall); - return flagall; }