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

This commit is contained in:
sjplimp
2007-08-17 21:58:31 +00:00
parent cd60a6f2cc
commit 0a1346d6d8
7 changed files with 11 additions and 15 deletions

View File

@ -67,7 +67,7 @@ void ComputeCoordAtom::init()
void ComputeCoordAtom::compute_peratom()
{
int j,k,jj,kk,n,numneigh;
int j,k,n,numneigh;
double xtmp,ytmp,ztmp,delx,dely,delz,rsq;
int *neighs;