Porting fix gravity to Kokkos.
This commit is contained in:
@ -141,6 +141,8 @@ FixGravity::FixGravity(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
FixGravity::~FixGravity()
|
||||
{
|
||||
if (copymode) return;
|
||||
|
||||
delete [] mstr;
|
||||
delete [] vstr;
|
||||
delete [] pstr;
|
||||
|
||||
Reference in New Issue
Block a user