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

This commit is contained in:
sjplimp
2012-05-18 16:35:19 +00:00
parent 173c6e393d
commit e8308edb15
7 changed files with 196 additions and 68 deletions

View File

@ -262,7 +262,7 @@ void Neighbor::init()
// don't check if build_once is set
restart_check = 0;
if (output->restart_every) restart_check = 1;
if (output->restart_flag) restart_check = 1;
delete [] fixchecklist;
fixchecklist = NULL;