remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2019-03-29 11:37:26 -04:00
parent 17cd650622
commit ff7f129a5d
2 changed files with 3 additions and 3 deletions

View File

@ -268,7 +268,7 @@ int ComputeAngleLocal::compute_angles(int flag)
rsq1 = delx1*delx1 + dely1*dely1 + delz1*delz1;
r1 = sqrt(rsq1);
delx2 = x[atom3][0] - x[atom2][0];
dely2 = x[atom3][1] - x[atom2][1];
delz2 = x[atom3][2] - x[atom2][2];