Skip to content
Snippets Groups Projects
Commit 8ac75c42 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12039 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent f089c205
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,9 @@ FixMove::FixMove(LAMMPS *lmp, int narg, char **arg) : ...@@ -244,7 +244,9 @@ FixMove::FixMove(LAMMPS *lmp, int narg, char **arg) :
maxatom = atom->nmax; maxatom = atom->nmax;
if (displaceflag) memory->create(displace,maxatom,3,"move:displace"); if (displaceflag) memory->create(displace,maxatom,3,"move:displace");
else displace = NULL;
if (velocityflag) memory->create(velocity,maxatom,3,"move:velocity"); if (velocityflag) memory->create(velocity,maxatom,3,"move:velocity");
else velocity = NULL;
// xoriginal = initial unwrapped positions of atoms // xoriginal = initial unwrapped positions of atoms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment