replace STL map with atom->map in special, better code comments
This commit is contained in:
committed by
Axel Kohlmeyer
parent
9912c44413
commit
3f9d59294e
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user