Updates to TwoPhase.cpp

This commit is contained in:
James E McClure 2015-09-02 09:19:44 -04:00
parent e382b33d77
commit 4028d4f8df

View File

@ -713,6 +713,7 @@ void TwoPhase::ComponentAverages()
}
}
MPI_Barrier(Dm.Comm);
if (Dm.rank==0){
printf("Component averages computed locally -- reducing result... \n");
}