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