remove debug output
This commit is contained in:
@ -215,8 +215,6 @@ void FixPair::pre_force(int /*vflag*/)
|
|||||||
|
|
||||||
// set pair style triggers
|
// set pair style triggers
|
||||||
|
|
||||||
printf("FPAIR preforce: set trigger %ld\n",update->ntimestep);
|
|
||||||
|
|
||||||
for (int ifield = 0; ifield < nfield; ifield++)
|
for (int ifield = 0; ifield < nfield; ifield++)
|
||||||
if (trigger[ifield]) *(triggerptr[ifield]) = 1;
|
if (trigger[ifield]) *(triggerptr[ifield]) = 1;
|
||||||
}
|
}
|
||||||
@ -247,8 +245,6 @@ void FixPair::post_force(int /*vflag*/)
|
|||||||
int icol = 0;
|
int icol = 0;
|
||||||
int columns;
|
int columns;
|
||||||
|
|
||||||
printf("FPAIR postforce: extract %ld\n",update->ntimestep);
|
|
||||||
|
|
||||||
for (int ifield = 0; ifield < nfield; ifield++) {
|
for (int ifield = 0; ifield < nfield; ifield++) {
|
||||||
void *pvoid = pstyle->extract_peratom(fieldname[ifield],columns);
|
void *pvoid = pstyle->extract_peratom(fieldname[ifield],columns);
|
||||||
if (pvoid == nullptr)
|
if (pvoid == nullptr)
|
||||||
|
|||||||
Reference in New Issue
Block a user