removed a debugging statement

This commit is contained in:
James E McClure 2014-10-29 17:53:19 -04:00
parent 26277e219e
commit 87b1b22496

View File

@ -1917,7 +1917,6 @@ int main(int argc, char **argv)
MPI_Barrier(MPI_COMM_WORLD);
}
if (timestep%1000 == 5){
if (rank==0) printf("Analysis happening now! \n");
//...........................................................................
// Copy the phase indicator field for the later timestep
DeviceBarrier();