timings, energy, virial tallying
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
#include "neigh_request.h"
|
||||
#include "neighbor.h" // IWYU pragma: keep
|
||||
#include "output.h"
|
||||
#include "pair.h"
|
||||
#include "thermo.h"
|
||||
#include "timer.h" // IWYU pragma: keep
|
||||
#include "universe.h"
|
||||
@ -214,6 +215,10 @@ void Finish::end(int flag)
|
||||
}
|
||||
}
|
||||
|
||||
// pair_style timing stats if provided
|
||||
|
||||
if (force->pair) force->pair->finish();
|
||||
|
||||
// PRD stats
|
||||
|
||||
if (prdflag) {
|
||||
|
||||
Reference in New Issue
Block a user