Removed debugging output, added contributor, added files to Install.sh

This commit is contained in:
Lenz Fiedler
2025-01-22 08:13:36 +01:00
parent 3bb26ae87b
commit c0be84356e
3 changed files with 2 additions and 3 deletions

View File

@ -125,6 +125,7 @@ action compute_sna_grid_kokkos_impl.h compute_sna_grid.cpp
action compute_sna_grid_local_kokkos.cpp compute_sna_grid_local.cpp
action compute_sna_grid_local_kokkos.h compute_sna_grid_local.h
action compute_sna_grid_local_kokkos_impl.h compute_sna_grid_local.cpp
action compute_gaussian_grid_local_kokkos.h compute_gaussian_grid_local_kokkos.cpp
action compute_temp_deform_kokkos.cpp
action compute_temp_deform_kokkos.h
action compute_temp_kokkos.cpp

View File

@ -11,8 +11,7 @@
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing authors: Christian Trott (SNL), Stan Moore (SNL),
Evan Weinberg (NVIDIA)
Contributing authors: Andrew Rohskopf (SNL)
------------------------------------------------------------------------- */
#include "compute_sna_grid_local_kokkos.h"

View File

@ -233,7 +233,6 @@ void PairMLIAPKokkos<DeviceType>::coeff(int narg, char **arg) {
// map[i] = which element the Ith atom type is, -1 if not mapped
// map[0] is not used
//printf(">>> ntypes: %d\n", atom->ntypes);
for (int i = 1; i <= atom->ntypes; i++) {
char* elemname = elemtypes[i-1];
int jelem;