Add missing header files

This commit is contained in:
Stan Moore 2017-12-01 11:33:42 -07:00
parent 5b33f153f4
commit 80dffb27e2
16 changed files with 25 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "neighbor.h"
using namespace LAMMPS_NS;
using namespace FixConst;

View File

@ -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;

View File

@ -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

View File

@ -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;

View File

@ -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;

View File

@ -20,6 +20,7 @@
#include "Kokkos_Macros.hpp"
#include "pair.h"
#include "neighbor_kokkos.h"
#include "neigh_list_kokkos.h"
#include "Kokkos_Vectorization.hpp"

View File

@ -38,6 +38,7 @@
#include "fix.h"
#include "atom_masks.h"
#include "neigh_request.h"
#include "kokkos.h"
using namespace LAMMPS_NS;

View File

@ -32,6 +32,8 @@
#include "atom_masks.h"
#include "fix.h"
#include "kokkos_few.h"
#include "kokkos.h"
#include "modify.h"
#include <cassert>
using namespace LAMMPS_NS;

View File

@ -32,6 +32,8 @@
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "modify.h"
#include "domain.h"
using namespace LAMMPS_NS;
using namespace MathConst;

View File

@ -25,6 +25,8 @@
#include "error.h"
#include "fix.h"
#include "fix_store.h"
#include "domain.h"
#include "modify.h"
using namespace LAMMPS_NS;

View File

@ -29,6 +29,7 @@
#include "math_const.h"
#include "error.h"
#include "suffix.h"
#include "domain.h"
using namespace LAMMPS_NS;
using namespace MathConst;

View File

@ -12,6 +12,7 @@
------------------------------------------------------------------------- */
#include <string.h>
#include <math.h>
#include "compute_force_tally.h"
#include "atom.h"
#include "group.h"
@ -20,6 +21,7 @@
#include "memory.h"
#include "error.h"
#include "force.h"
#include "comm.h"
using namespace LAMMPS_NS;

View File

@ -20,6 +20,7 @@
#include "memory.h"
#include "error.h"
#include "force.h"
#include "comm.h"
using namespace LAMMPS_NS;

View File

@ -20,6 +20,7 @@
#include "memory.h"
#include "error.h"
#include "force.h"
#include "comm.h"
using namespace LAMMPS_NS;

View File

@ -20,6 +20,7 @@
#include "memory.h"
#include "error.h"
#include "force.h"
#include "comm.h"
using namespace LAMMPS_NS;

View File

@ -20,6 +20,8 @@
#include "memory.h"
#include "error.h"
#include "force.h"
#include "comm.h"
#include "domain.h"
using namespace LAMMPS_NS;