programming style fix

This commit is contained in:
Axel Kohlmeyer
2025-04-07 21:46:09 -04:00
parent fc3d295560
commit 647bc7538d
2 changed files with 1 additions and 1 deletions

View File

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

View File

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