Commit 3dbbea34 authored by Steve Plimpton's avatar Steve Plimpton
Browse files

remove a debug print line

parent b70c670a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -147,7 +147,6 @@ void NeighList::post_constructor(NeighRequest *nq)
    int tmp;
    int tmp;
    neighbor->lists[nq->historylist]->fix_history = 
    neighbor->lists[nq->historylist]->fix_history = 
      (Fix *) ((Pair *) nq->requestor)->extract("history",tmp);
      (Fix *) ((Pair *) nq->requestor)->extract("history",tmp);
    printf("FH neighlist %p\n",neighbor->lists[nq->historylist]->fix_history);
  }
  }
  
  
  if (nq->respaouter) {
  if (nq->respaouter) {
Baidu
map