Fix more typos in src files

This commit is contained in:
Richard Berger
2017-03-07 00:55:01 -05:00
parent 007f3c66a0
commit 3a054d1a82
35 changed files with 50 additions and 50 deletions

View File

@ -1298,7 +1298,7 @@ int ComputeChunkAtom::setup_sphere_bins()
}
// if pbcflag set, sradmax must be < 1/2 box in any periodic dim
// treat orthongonal and triclinic the same
// treat orthogonal and triclinic the same
// check every time bins are created
if (pbcflag) {
@ -1363,7 +1363,7 @@ int ComputeChunkAtom::setup_cylinder_bins()
}
// if pbcflag set, sradmax must be < 1/2 box in any periodic non-axis dim
// treat orthongonal and triclinic the same
// treat orthogonal and triclinic the same
// check every time bins are created
if (pbcflag) {