diff --git a/lib/reax/Makefile.lammps b/lib/reax/Makefile.lammps index f5da63bc38..bd4d98f929 100644 --- a/lib/reax/Makefile.lammps +++ b/lib/reax/Makefile.lammps @@ -1,5 +1,5 @@ # Settings that the LAMMPS build will import when this package library is used -reax_SYSINC = -reax_SYSLIB = -lgfortran -reax_SYSPATH = +meam_SYSINC = +meam_SYSLIB = -lifcore -lsvml -lompstub -limf +meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib diff --git a/src/neighbor.h b/src/neighbor.h index 6f45743c55..8e7177bb01 100644 --- a/src/neighbor.h +++ b/src/neighbor.h @@ -267,7 +267,7 @@ class Neighbor : protected Pointers { // if it is and special flag is 0 (both coeffs are 0.0), return -1 // if it is and special flag is 1 (both coeffs are 1.0), return 0 // if it is and special flag is 2 (otherwise), return 1,2,3 - // for which neighbor it is (and which coeff it maps to) + // for which level of neighbor it is (and which coeff it maps to) inline int find_special(const int *list, const int *nspecial, const int tag) const {