git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@674 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-06-26 00:04:02 +00:00
parent fad7f900cd
commit 7b013f9190
12 changed files with 302 additions and 4 deletions

View File

@ -650,7 +650,7 @@ void FixDeform::end_of_step()
domain->set_global_box();
domain->set_local_box();
// convert affine atoms back to box coords
// convert atoms back to box coords
if (remapflag == X_REMAP) {
double **x = atom->x;