forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@981 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
1849ddac51
commit
bd43e8535f
|
@ -523,7 +523,7 @@ void FixDeform::end_of_step()
|
|||
}
|
||||
|
||||
// set new box size for VOLUME dims that are linked to other dims
|
||||
// also need to set h_rate for these dims
|
||||
// NOTE: still need to set h_rate for these dims
|
||||
|
||||
for (int i = 0; i < 3; i++) {
|
||||
if (set[i].style != VOLUME) continue;
|
||||
|
|
Loading…
Reference in New Issue