whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2021-05-12 06:30:52 -04:00
parent 24075b3281
commit 9ef0395313
43 changed files with 505 additions and 507 deletions

View File

@ -96,7 +96,7 @@ void NPair::copy_neighbor_info()
special_flag = neighbor->special_flag;
// multi info
ncollections = neighbor->ncollections;
cutcollectionsq = neighbor->cutcollectionsq;
@ -183,7 +183,7 @@ void NPair::build_setup()
{
if (nb) copy_bin_info();
if (ns) copy_stencil_info();
// set here, since build_setup() always called before build()
last_build = update->ntimestep;
}