git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8625 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-08-13 19:59:32 +00:00
parent 06688bec43
commit 9b2440a0ab
3 changed files with 3 additions and 3 deletions

View File

@ -482,7 +482,7 @@ void PRD::dynamics()
update->integrate->setup();
// this may be needed if don't do full init
//modify->addstep_compute_all(update->ntimestep);
int ncalls = neighbor->ncalls;
bigint ncalls = neighbor->ncalls;
timer->barrier_start(TIME_LOOP);
update->integrate->run(t_event);

View File

@ -39,8 +39,8 @@ class PRD : protected Pointers {
int equal_size_replicas,natoms;
int neigh_every,neigh_delay,neigh_dist_check;
int nbuild,ndanger;
int quench_reneighbor;
bigint nbuild,ndanger;
double time_dephase,time_dynamics,time_quench,time_comm,time_output;
double time_start;

View File

@ -42,8 +42,8 @@ class TAD : protected Pointers {
int event_first;
int neigh_every,neigh_delay,neigh_dist_check;
int nbuild,ndanger;
int quench_reneighbor;
bigint nbuild,ndanger;
double time_dynamics,time_quench,time_neb,time_comm,time_output;
double time_start;