ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/do_Forces.F90
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/do_Forces.F90 (file contents):
Revision 302 by gezelter, Mon Mar 10 14:53:36 2003 UTC vs.
Revision 304 by gezelter, Mon Mar 10 18:56:37 2003 UTC

# Line 1 | Line 1
1   !! Calculates Long Range forces.
2   !! @author Charles F. Vardeman II
3   !! @author Matthew Meineke
4 < !! @version $Id: do_Forces.F90,v 1.6 2003-03-10 14:53:36 gezelter Exp $, $Date: 2003-03-10 14:53:36 $, $Name: not supported by cvs2svn $, $Revision: 1.6 $
4 > !! @version $Id: do_Forces.F90,v 1.7 2003-03-10 18:56:37 gezelter Exp $, $Date: 2003-03-10 18:56:37 $, $Name: not supported by cvs2svn $, $Revision: 1.7 $
5  
6  
7  
# Line 481 | Line 481 | contains
481      endif
482  
483      if (Atype_i%is_sticky .and. Atype_j%is_sticky) then
484 <       call getstickyforce(r,pot,dudr,ljAtype_i,ljAtype_j)
484 >       call getstickyforce(r, pot, dudr, Atype_i, Atype_j)
485      endif
486  
487   #else
# Line 502 | Line 502 | contains
502      endif
503  
504      if (Atype_i%is_sticky .and. Atype_j%is_sticky) then
505 <       call getstickyforce(r,pot,dudr,ljAtype_i,ljAtype_j)
505 >       call getstickyforce(r,pot,dudr, Atype_i, Atype_j)
506      endif
507  
508   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines