~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to src/neigh_half_nsq.cpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
 
252
252
void Neighbor::half_nsq_newton(NeighList *list)
253
253
{
254
 
  int i,j,n,itype,jtype,itag,jtag,which,bitmask,imol,iatom,moltemplate;
255
 
  tagint tagprev;
 
254
  int i,j,n,itype,jtype,which,bitmask,imol,iatom,moltemplate;
 
255
  tagint itag,jtag,tagprev;
256
256
  double xtmp,ytmp,ztmp,delx,dely,delz,rsq;
257
257
  int *neighptr;
258
258