Commit 80dffb27 authored by Stan Moore's avatar Stan Moore
Browse files

Add missing header files

parent 5b33f153
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "neighbor.h"

using namespace LAMMPS_NS;
using namespace FixConst;
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "comm.h"
#include "neighbor.h"

using namespace LAMMPS_NS;
using namespace FixConst;
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@
#include "neigh_request.h"
#include "error.h"
#include "math_special_kokkos.h"
#include "comm.h"
#include "domain.h"
#include "kokkos.h"

#include <float.h> // DBL_EPSILON

+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#include "pair_dpd_fdt_energy_kokkos.h"
#include "error.h"
#include "atom_masks.h"
#include "kokkos.h"

using namespace LAMMPS_NS;

+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
#include <float.h>
#include "atom_masks.h"
#include "neigh_request.h"
#include "atom_kokkos.h"
#include "kokkos.h"

using namespace LAMMPS_NS;
using namespace MathConst;
Loading