From 06688bec43eeb6b283564a8e3590fcde373f68b3 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 13 Aug 2012 19:58:53 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8624 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/USER-CUDA/neighbor_cuda.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/USER-CUDA/neighbor_cuda.cpp b/src/USER-CUDA/neighbor_cuda.cpp index 40e8ff6c05..90d015eeba 100644 --- a/src/USER-CUDA/neighbor_cuda.cpp +++ b/src/USER-CUDA/neighbor_cuda.cpp @@ -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)();