Porting pair gran/hooke/history to Kokkos.

This commit is contained in:
Denis Taniguchi
2018-07-03 11:10:27 -04:00
parent a52ddf8759
commit 0a5b027bac
13 changed files with 3814 additions and 89 deletions

View File

@ -95,6 +95,8 @@ FixNeighHistory::FixNeighHistory(LAMMPS *lmp, int narg, char **arg) :
FixNeighHistory::~FixNeighHistory()
{
if (copymode) return;
// unregister this fix so atom class doesn't invoke it any more
atom->delete_callback(id,0);