forked from lijiext/lammps
Whitespace change
This commit is contained in:
parent
770f5d0bf7
commit
baf55c90f4
|
@ -1308,8 +1308,6 @@ int Neighbor::choose_stencil(NeighRequest *rq)
|
|||
else if (rq->newton == 1) newtflag = 1;
|
||||
else if (rq->newton == 2) newtflag = 0;
|
||||
|
||||
|
||||
|
||||
// use flags to match exactly one of NStencil class masks, bit by bit
|
||||
// exactly one of halfflag,fullflag is set and thus must match
|
||||
|
||||
|
@ -1815,8 +1813,6 @@ void Neighbor::build_one(class NeighList *mylist, int preflag)
|
|||
ns->create();
|
||||
}
|
||||
|
||||
|
||||
|
||||
// build the list
|
||||
|
||||
np->build_setup();
|
||||
|
|
Loading…
Reference in New Issue