Commit baf55c90 authored by Stan Moore's avatar Stan Moore
Browse files

Whitespace change

parent 770f5d0b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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();