Adding fix_wall_lj93_kokkos

This commit is contained in:
Stan Moore
2017-03-02 14:02:49 -07:00
parent 8210b25fb8
commit 3820c5881d
5 changed files with 193 additions and 2 deletions

View File

@ -201,6 +201,8 @@ FixWall::FixWall(LAMMPS *lmp, int narg, char **arg) :
FixWall::~FixWall()
{
if (copymode) return;
for (int m = 0; m < nwall; m++) {
delete [] xstr[m];
delete [] estr[m];