Unverified Commit 2f646150 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

more work on includes in USER-OMP

parent 3a10486a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,10 +18,8 @@
#include "atom_vec.h"
#include "my_page.h"
#include "error.h"
#include "timer.h"

using namespace LAMMPS_NS;
using namespace NeighConst;

/* ---------------------------------------------------------------------- */

+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include "error.h"

using namespace LAMMPS_NS;
using namespace NeighConst;

/* ---------------------------------------------------------------------- */

+0 −2
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@

#include "npair_full_bin_omp.h"
#include "npair_omp.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "atom.h"
#include "atom_vec.h"
@@ -23,7 +22,6 @@
#include "error.h"

using namespace LAMMPS_NS;
using namespace NeighConst;

/* ---------------------------------------------------------------------- */

+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include "error.h"

using namespace LAMMPS_NS;
using namespace NeighConst;

/* ---------------------------------------------------------------------- */

+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include "error.h"

using namespace LAMMPS_NS;
using namespace NeighConst;

/* ---------------------------------------------------------------------- */

Loading