git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8497 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -278,7 +278,7 @@ void Replicate::command(int narg, char **arg)
|
||||
|
||||
m = 0;
|
||||
while (m < n) {
|
||||
image = ((tagint) IMGMAX << IMG2BITS) |
|
||||
image = ((tagint) IMGMAX << IMG2BITS) |
|
||||
((tagint) IMGMAX << IMGBITS) | IMGMAX;
|
||||
if (triclinic == 0) {
|
||||
x[0] = buf[m+1] + ix*old_xprd;
|
||||
|
||||
Reference in New Issue
Block a user