git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7498 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-01-10 01:55:10 +00:00
parent 34c1930201
commit 66ad4f5c21
2 changed files with 4 additions and 4 deletions

View File

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

View File

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