From 767784895d2686cf3658b033b571e76a11381e42 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 5 Nov 2013 18:07:24 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10983 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/variable.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/variable.cpp b/src/variable.cpp index 46cbfafc0d..89d7599c49 100644 --- a/src/variable.cpp +++ b/src/variable.cpp @@ -3358,8 +3358,6 @@ void Variable::peratom2global(int flag, char *word, int index = atom->map(id); - printf("WORD %d %d %s %d\n",me,index,word,flag); - double mine; if (index >= 0 && index < atom->nlocal) { @@ -3386,13 +3384,9 @@ void Variable::peratom2global(int flag, char *word, } else mine = 0.0; - printf("PRE %d %d %s %d\n",me,index,word,flag); - double value; MPI_Allreduce(&mine,&value,1,MPI_DOUBLE,MPI_SUM,world); - printf("POST %d %d %s %d\n",me,index,word,flag); - if (tree) { Tree *newtree = new Tree(); newtree->type = VALUE;