Porting fix gravity to Kokkos.

This commit is contained in:
Denis Taniguchi
2018-07-03 11:21:54 -04:00
parent 8ebe38474d
commit a365246e3a
5 changed files with 183 additions and 1 deletions

View File

@ -141,6 +141,8 @@ FixGravity::FixGravity(LAMMPS *lmp, int narg, char **arg) :
FixGravity::~FixGravity()
{
if (copymode) return;
delete [] mstr;
delete [] vstr;
delete [] pstr;