port documentation spelling fixes to comments or strings in source code.

This commit is contained in:
Axel Kohlmeyer
2018-11-19 16:15:24 -05:00
parent 13ae678f39
commit b34dac41c2
28 changed files with 33 additions and 33 deletions

View File

@ -785,7 +785,7 @@ void DumpNetCDF::write_header(bigint n)
cell_angles[2] = acos(cosgamma)*180.0/MY_PI;
}
// Recent AMBER conventions say that nonperiodic boundaries should have
// Recent AMBER conventions say that non-periodic boundaries should have
// 'cell_lengths' set to zero.
for (int dim = 0; dim < 3; dim++) {
if (!domain->periodicity[dim])