correct define
This commit is contained in:
@ -41,7 +41,6 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
liblammpsplugin_t *liblammpsplugin_load(const char *lib)
|
liblammpsplugin_t *liblammpsplugin_load(const char *lib)
|
||||||
{
|
{
|
||||||
liblammpsplugin_t *lmp;
|
liblammpsplugin_t *lmp;
|
||||||
|
|||||||
@ -1655,7 +1655,7 @@ double PairUF3Kokkos<DeviceType>::single(int /*i*/, int /*j*/, int itype, int jt
|
|||||||
|
|
||||||
namespace LAMMPS_NS {
|
namespace LAMMPS_NS {
|
||||||
template class PairUF3Kokkos<LMPDeviceType>;
|
template class PairUF3Kokkos<LMPDeviceType>;
|
||||||
#ifdef KOKKOS_ENABLE_GPU
|
#ifdef LMP_KOKKOS_GPU
|
||||||
template class PairUF3Kokkos<LMPHostType>;
|
template class PairUF3Kokkos<LMPHostType>;
|
||||||
#endif
|
#endif
|
||||||
} // namespace LAMMPS_NS
|
} // namespace LAMMPS_NS
|
||||||
|
|||||||
Reference in New Issue
Block a user