From 66ad4f5c21b70a4b4b2255289ad2f2f6b0360ce7 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 10 Jan 2012 01:55:10 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7498 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/reax/Makefile.lammps | 6 +++--- src/neighbor.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {