SNAP changes by Aidan

This commit is contained in:
Steve Plimpton
2017-05-30 10:21:07 -06:00
parent 2225fce94e
commit 22fdb1fc14
15 changed files with 209 additions and 102 deletions

View File

@ -153,7 +153,7 @@ int main(int narg, char **arg)
for (int i = 0; i < natoms; i++) type[i] = 1;
lmp->input->one("delete_atoms group all");
lammps_create_atoms(lmp,natoms,NULL,type,x,v);
lammps_create_atoms(lmp,natoms,NULL,type,x,v,NULL,0);
lmp->input->one("run 10");
}