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

This commit is contained in:
sjplimp 2012-08-13 19:58:53 +00:00
parent 6d4575db42
commit 06688bec43
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ void NeighborCuda::build(int topoflag)
(this->*pair_build[blist[i]])(lists[blist[i]]);
if(atom->molecular && topoflag) {
if(force->bond)(this->*bond_bond)();
if(force->bond)(this->*bond_build)();
if(force->angle)(this->*angle_build)();
if(force->dihedral)(this->*dihedral_build)();
if(force->improper)(this->*improper_build)();