Whitespace change
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user