Removed debugging output, added contributor, added files to Install.sh
This commit is contained in:
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user