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 358 by gezelter, Mon Mar 17 21:07:50 2003 UTC vs.
Revision 359 by mmeineke, Mon Mar 17 21:38:57 2003 UTC

# Line 4 | Line 4
4  
5   !! @author Charles F. Vardeman II
6   !! @author Matthew Meineke
7 < !! @version $Id: do_Forces.F90,v 1.22 2003-03-17 21:07:50 gezelter Exp $, $Date: 2003-03-17 21:07:50 $, $Name: not supported by cvs2svn $, $Revision: 1.22 $
7 > !! @version $Id: do_Forces.F90,v 1.23 2003-03-17 21:38:57 mmeineke Exp $, $Date: 2003-03-17 21:38:57 $, $Name: not supported by cvs2svn $, $Revision: 1.23 $
8  
9   module do_Forces
10    use simulation
# Line 41 | Line 41 | contains
41    subroutine init_FF(LJMIXPOLICY, use_RF_c, thisStat)
42  
43      integer, intent(in) :: LJMIXPOLICY
44 <    logical(kind=2), intent(in) :: use_RF_c
44 >    logical, intent(in) :: use_RF_c
45  
46      integer, intent(out) :: thisStat  
47      integer :: my_status, nMatches

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines