forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8624 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6d4575db42
commit
06688bec43
|
@ -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)();
|
||||
|
|
Loading…
Reference in New Issue