ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/doForces.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/doForces.F90 (file contents):
Revision 2229 by chrisfen, Tue May 17 22:35:01 2005 UTC vs.
Revision 2250 by chrisfen, Sun May 29 21:15:52 2005 UTC

# Line 45 | Line 45
45  
46   !! @author Charles F. Vardeman II
47   !! @author Matthew Meineke
48 < !! @version $Id: doForces.F90,v 1.17 2005-05-17 22:35:01 chrisfen Exp $, $Date: 2005-05-17 22:35:01 $, $Name: not supported by cvs2svn $, $Revision: 1.17 $
48 > !! @version $Id: doForces.F90,v 1.19 2005-05-29 21:15:52 chrisfen Exp $, $Date: 2005-05-29 21:15:52 $, $Name: not supported by cvs2svn $, $Revision: 1.19 $
49  
50  
51   module doForces
# Line 923 | Line 923 | contains
923      real ( kind = dp ), intent(inout) :: rijsq
924      real ( kind = dp )                :: r
925      real ( kind = dp ), intent(inout) :: d(3)
926 +    real ( kind = dp ) :: ebalance
927      integer :: me_i, me_j
928  
929      r = sqrt(rijsq)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines