apply current include file conventions

This commit is contained in:
Axel Kohlmeyer
2021-09-25 13:36:39 -04:00
parent 1435a96d6e
commit 64cfd90eeb
3 changed files with 32 additions and 29 deletions

View File

@ -17,23 +17,23 @@
------------------------------------------------------------------------- */
#include "pair_eam_alloy_kokkos.h"
#include <cmath>
#include <cstring>
#include "kokkos.h"
#include "pair_kokkos.h"
#include "atom_kokkos.h"
#include "force.h"
#include "atom_masks.h"
#include "comm.h"
#include "neighbor.h"
#include "error.h"
#include "force.h"
#include "kokkos.h"
#include "memory_kokkos.h"
#include "neigh_list_kokkos.h"
#include "neigh_request.h"
#include "memory_kokkos.h"
#include "error.h"
#include "atom_masks.h"
#include "tokenizer.h"
#include "neighbor.h"
#include "pair_kokkos.h"
#include "potential_file_reader.h"
#include <cmath>
#include <cstring>
using namespace LAMMPS_NS;
// Cannot use virtual inheritance on the GPU, so must duplicate code

View File

@ -17,22 +17,23 @@
------------------------------------------------------------------------- */
#include "pair_eam_fs_kokkos.h"
#include <cmath>
#include "kokkos.h"
#include "pair_kokkos.h"
#include "atom_kokkos.h"
#include "force.h"
#include "atom_masks.h"
#include "comm.h"
#include "neighbor.h"
#include "error.h"
#include "force.h"
#include "kokkos.h"
#include "memory_kokkos.h"
#include "neigh_list_kokkos.h"
#include "neigh_request.h"
#include "memory_kokkos.h"
#include "error.h"
#include "atom_masks.h"
#include "tokenizer.h"
#include "neighbor.h"
#include "pair_kokkos.h"
#include "potential_file_reader.h"
#include <cmath>
#include <cstring>
using namespace LAMMPS_NS;
// Cannot use virtual inheritance on the GPU, so must duplicate code

View File

@ -17,18 +17,20 @@
------------------------------------------------------------------------- */
#include "pair_eam_kokkos.h"
#include <cmath>
#include "kokkos.h"
#include "pair_kokkos.h"
#include "atom_kokkos.h"
#include "force.h"
#include "atom_masks.h"
#include "comm.h"
#include "neighbor.h"
#include "error.h"
#include "force.h"
#include "kokkos.h"
#include "memory_kokkos.h"
#include "neigh_list_kokkos.h"
#include "neigh_request.h"
#include "memory_kokkos.h"
#include "error.h"
#include "atom_masks.h"
#include "neighbor.h"
#include "pair_kokkos.h"
#include <cmath>
using namespace LAMMPS_NS;