Unverified Commit d6ba95be authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

minor tweaks

parent 2d802411
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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;