Unverified Commit 5179efd2 authored by Steve Plimpton's avatar Steve Plimpton Committed by GitHub
Browse files

Merge pull request #741 from stanmoore1/kk_compile

Reduce Kokkos compile dependencies
parents abb2fe5b f64544a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
/kokkos.h
/kokkos_type.h
/kokkos_few.h
/kokkos_base.h

/manifold*.cpp
/manifold*.h
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include "error.h"
#include "neigh_request.h"
#include "gpu_extra.h"
#include "domain.h"

using namespace LAMMPS_NS;

+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include "error.h"
#include "neigh_request.h"
#include "gpu_extra.h"
#include "domain.h"

using namespace LAMMPS_NS;

+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;
Loading