whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2020-05-01 08:24:24 -04:00
parent ffc96d6af6
commit adc04f87f6
23 changed files with 85 additions and 85 deletions

View File

@ -431,7 +431,7 @@ void AtomVecLine::data_atom_post(int ilocal)
------------------------------------------------------------------------- */
void AtomVecLine::pack_data_pre(int ilocal)
{
{
line_flag = line[ilocal];
rmass_one = rmass[ilocal];
@ -449,7 +449,7 @@ void AtomVecLine::pack_data_pre(int ilocal)
------------------------------------------------------------------------- */
void AtomVecLine::pack_data_post(int ilocal)
{
{
line[ilocal] = line_flag;
rmass[ilocal] = rmass_one;
}