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 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2211 by chrisfen, Thu Apr 21 14:12:19 2005 UTC

# Line 45 | Line 45
45  
46   !! @author Charles F. Vardeman II
47   !! @author Matthew Meineke
48 < !! @version $Id: doForces.F90,v 1.13 2005-04-15 22:03:37 gezelter Exp $, $Date: 2005-04-15 22:03:37 $, $Name: not supported by cvs2svn $, $Revision: 1.13 $
48 > !! @version $Id: doForces.F90,v 1.14 2005-04-21 14:12:19 chrisfen Exp $, $Date: 2005-04-21 14:12:19 $, $Name: not supported by cvs2svn $, $Revision: 1.14 $
49  
50  
51   module doForces
# Line 991 | Line 991 | contains
991            call do_shape_pair(i, j, d, r, rijsq, sw, vpair, fpair, &
992                 pot, A, f, t, do_pot)
993         endif
994 <
994 >       if ( (PropertyMap(me_i)%is_Shape .and. &
995 >            PropertyMap(me_j)%is_LennardJones) .or. &
996 >            (PropertyMap(me_i)%is_LennardJones .and. &
997 >            PropertyMap(me_j)%is_Shape) ) then
998 >          call do_shape_pair(i, j, d, r, rijsq, sw, vpair, fpair, &
999 >               pot, A, f, t, do_pot)
1000 >       endif
1001      endif
1002  
1003    end subroutine do_pair

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines