minor tweaks

This commit is contained in:
Axel Kohlmeyer 2020-09-04 08:05:59 -04:00
parent 2d802411e9
commit d6ba95bed6
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#include "update.h"
#include "modify.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "force.h"
#include "pair.h"

View File

@ -21,6 +21,7 @@
#include "memory.h"
#include "my_page.h"
#include "neigh_list.h"
#include "suffix.h"
#include <cmath>
@ -29,7 +30,6 @@
#include <omp.h>
#endif
#include "suffix.h"
using namespace LAMMPS_NS;
using namespace MathSpecial;