remove tab char

This commit is contained in:
Axel Kohlmeyer 2018-02-01 18:19:37 +01:00
parent d2da49cdf9
commit 090ce7cecb
1 changed files with 1 additions and 1 deletions

View File

@ -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];