programming style fix
This commit is contained in:
@ -240,7 +240,6 @@ void PairMLIAPKokkos<DeviceType>::coeff(int narg, char **arg) {
|
||||
if (strcmp(elemname,descriptor->elements[jelem]) == 0)
|
||||
break;
|
||||
|
||||
//printf(">>> nelements: %d\n", descriptor->nelements);
|
||||
if (jelem < descriptor->nelements)
|
||||
map[i] = jelem;
|
||||
else if (strcmp(elemname,"NULL") == 0) map[i] = -1;
|
||||
|
||||
@ -31,6 +31,7 @@ PairStyle(mliap/kk/host,PairMLIAPKokkos<LMPHostType>);
|
||||
#include "kokkos_type.h"
|
||||
#include "kokkos_base.h"
|
||||
#include "comm.h"
|
||||
|
||||
#include <variant>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
Reference in New Issue
Block a user