Merge branch 'ml-pace-include-refactor' into upd/refactor-includes

This commit is contained in:
Axel Kohlmeyer
2022-10-15 15:07:55 -04:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

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