forked from lijiext/lammps
remove debug code
This commit is contained in:
parent
4a80df3a99
commit
ce20c7ffe9
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue