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

This commit is contained in:
sjplimp
2015-04-27 15:36:04 +00:00
parent 51d6ecbae9
commit f3b21a9ca3

View File

@ -499,7 +499,7 @@ void ComputeChunkAtom::init()
} }
if ((idsflag != ONCE && !lockcount) && fixstore) { if ((idsflag != ONCE && !lockcount) && fixstore) {
delete fixstore; modify->delete_fix(id_fix);
fixstore = NULL; fixstore = NULL;
} }
} }