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

This commit is contained in:
sjplimp
2016-07-05 14:41:13 +00:00
parent 742ad5ac50
commit 34f829c5ac
4 changed files with 10 additions and 10 deletions

View File

@ -227,7 +227,7 @@ void BaseThreeT::compute(const int f_ago, const int inum_full, const int nall,
const bool vatom, int &host_start,
const double cpu_time, bool &success) {
acc_timers();
if (nlist==0) {
if (inum_full==0) {
host_start=0;
// Make sure textures are correct if realloc by a different hybrid style
resize_atom(0,nall,success);