convert more neighbor list requests to the new API

This commit is contained in:
Axel Kohlmeyer
2022-03-08 11:38:41 -05:00
parent deb694745b
commit dfbeedfded
31 changed files with 1056 additions and 1146 deletions

View File

@ -14,15 +14,15 @@
#include "pair_dpd_tstat.h"
#include <cmath>
#include "atom.h"
#include "update.h"
#include "comm.h"
#include "error.h"
#include "force.h"
#include "neigh_list.h"
#include "comm.h"
#include "random_mars.h"
#include "error.h"
#include "update.h"
#include <cmath>
using namespace LAMMPS_NS;