Whitespace change

This commit is contained in:
Stan Moore 2016-12-12 09:25:41 -07:00
parent 770f5d0bf7
commit baf55c90f4
1 changed files with 0 additions and 4 deletions

View File

@ -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();