From f3b21a9ca31bcc8abb47b98ad417413fa6cfe434 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 27 Apr 2015 15:36:04 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13431 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/compute_chunk_atom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compute_chunk_atom.cpp b/src/compute_chunk_atom.cpp index 5b3b4526af..62dcea023d 100644 --- a/src/compute_chunk_atom.cpp +++ b/src/compute_chunk_atom.cpp @@ -499,7 +499,7 @@ void ComputeChunkAtom::init() } if ((idsflag != ONCE && !lockcount) && fixstore) { - delete fixstore; + modify->delete_fix(id_fix); fixstore = NULL; } }