replace STL map with atom->map in special, better code comments

This commit is contained in:
Steve Plimpton
2018-11-30 13:06:31 -07:00
committed by Axel Kohlmeyer
parent 9912c44413
commit 3f9d59294e
5 changed files with 92 additions and 37 deletions

View File

@ -82,7 +82,7 @@ void ReadRestart::command(int narg, char **arg)
error->all(FLERR,"Cannot read_restart after simulation box is defined");
MPI_Barrier(world);
double time1 = MPI_Wtime;
double time1 = MPI_Wtime();
MPI_Comm_rank(world,&me);
MPI_Comm_size(world,&nprocs);
@ -569,7 +569,7 @@ void ReadRestart::command(int narg, char **arg)
// total time
MPI_Barrier(world);
double time2 = MPI_Wtime;
double time2 = MPI_Wtime();
if (comm->me == 0) {
if (screen)