git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9910 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -45,6 +45,8 @@ Integrate::~Integrate()
|
|||||||
|
|
||||||
void Integrate::init()
|
void Integrate::init()
|
||||||
{
|
{
|
||||||
|
update->atimestep = update->ntimestep;
|
||||||
|
|
||||||
// allow pair and Kspace compute() to be turned off via modify flags
|
// allow pair and Kspace compute() to be turned off via modify flags
|
||||||
|
|
||||||
if (force->pair && force->pair->compute_flag) pair_compute_flag = 1;
|
if (force->pair && force->pair->compute_flag) pair_compute_flag = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user