From 422ac6a09dcb53cd3ccbdccc8563e66453da40ca Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 12 Dec 2012 22:40:57 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9156 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/FLD/pair_lubricateU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FLD/pair_lubricateU.cpp b/src/FLD/pair_lubricateU.cpp index bbb89b3f02..67c1aeac8b 100644 --- a/src/FLD/pair_lubricateU.cpp +++ b/src/FLD/pair_lubricateU.cpp @@ -680,7 +680,7 @@ void PairLubricateU::compute_Fh(double **x) // Find the contribution to stress from isotropic RS0 // Set psuedo force to obtain the required contribution - // need to set delx and fy only + // need to set delx and fy only fx = 0.0; delx = radi; fy = vxmu2f*RS0*gdot/2.0/radi; dely = 0.0;