remove debug code

This commit is contained in:
Axel Kohlmeyer
2023-05-17 17:35:22 -04:00
parent 8736f97792
commit 79f3eb6a4d

View File

@ -644,10 +644,6 @@ void FixPIMDLangevin::end_of_step()
compute_p_cv();
compute_tote();
if (pstat_flag) compute_totenthalpy();
if (update->ntimestep % 10000 == 0) {
if (universe->me == 0) printf("This is the end of step %lld.\n", update->ntimestep);
}
}
void FixPIMDLangevin::collect_xc()