Merge branch 'ml-pace-include-refactor' into upd/refactor-includes
This commit is contained in:
@ -29,11 +29,11 @@
|
||||
#include "neighbor_kokkos.h"
|
||||
#include "neigh_request.h"
|
||||
|
||||
#include "ace_c_basis.h"
|
||||
#include "ace_evaluator.h"
|
||||
#include "ace_recursive.h"
|
||||
#include "ace_version.h"
|
||||
#include "ace_radial.h"
|
||||
#include "ace-evaluator/ace_c_basis.h"
|
||||
#include "ace-evaluator/ace_evaluator.h"
|
||||
#include "ace-evaluator/ace_recursive.h"
|
||||
#include "ace-evaluator/ace_version.h"
|
||||
#include "ace-evaluator/ace_radial.h"
|
||||
#include <cstring>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
@ -24,7 +24,7 @@ PairStyle(pace/kk/host,PairPACEKokkos<LMPHostType>);
|
||||
#define LMP_PAIR_PACE_KOKKOS_H
|
||||
|
||||
#include "pair_pace.h"
|
||||
#include "ace_radial.h"
|
||||
#include "ace-evaluator/ace_radial.h"
|
||||
#include "kokkos_type.h"
|
||||
#include "pair_kokkos.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user