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

This commit is contained in:
sjplimp
2014-03-07 00:23:36 +00:00
parent 15ecab91a3
commit a1db9a1aaa

View File

@ -343,7 +343,7 @@ void FixDeposit::pre_exchange()
// coords = coords of all atoms // coords = coords of all atoms
// for molecule, perform random rotation around center pt // for molecule, perform random rotation around center pt
// apply PBC so final coords are inside box // apply PBC so final coords are inside box
// also store image flag modified due to PBC // also modify image flags due to PBC
if (mode == ATOM) { if (mode == ATOM) {
coords[0][0] = coord[0]; coords[0][0] = coord[0];