forked from lijiext/lammps
remove tab char
This commit is contained in:
parent
d2da49cdf9
commit
090ce7cecb
|
@ -291,7 +291,7 @@ int AtomVec::pack_dihedral(tagint **buf)
|
|||
if (newton_bond) {
|
||||
for (i = 0; i < nlocal; i++)
|
||||
for (j = 0; j < num_dihedral[i]; j++) {
|
||||
if (buf) {
|
||||
if (buf) {
|
||||
buf[m][0] = MAX(dihedral_type[i][j],-dihedral_type[i][j]);
|
||||
buf[m][1] = dihedral_atom1[i][j];
|
||||
buf[m][2] = dihedral_atom2[i][j];
|
||||
|
|
Loading…
Reference in New Issue