ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/calc_LJ_FF.F90
(Generate patch)

Comparing trunk/OOPSE/libmdtools/calc_LJ_FF.F90 (file contents):
Revision 999 by chrisfen, Fri Jan 30 15:01:09 2004 UTC vs.
Revision 1041 by chrisfen, Mon Feb 9 14:48:57 2004 UTC

# Line 2 | Line 2
2   !! Corresponds to the force field defined in lj_FF.cpp
3   !! @author Charles F. Vardeman II
4   !! @author Matthew Meineke
5 < !! @version $Id: calc_LJ_FF.F90,v 1.16 2004-01-30 15:01:09 chrisfen Exp $, $Date: 2004-01-30 15:01:09 $, $Name: not supported by cvs2svn $, $Revision: 1.16 $
5 > !! @version $Id: calc_LJ_FF.F90,v 1.17 2004-02-09 14:48:57 chrisfen Exp $, $Date: 2004-02-09 14:48:57 $, $Name: not supported by cvs2svn $, $Revision: 1.17 $
6  
7   module lj
8    use definitions
# Line 92 | Line 92 | contains
92      
93      status = 0
94  
95 < !    LJ_rcut = rcut
96 <    ! ATTENTION! This is a hardwiring of rcut!
97 <    LJ_rcut = 9.0d0
95 >    LJ_rcut = rcut
96 > !!$    ! ATTENTION! This is a hardwiring of rcut!
97 > !!$    LJ_rcut = 9.0d0
98      haveCut = .true.
99  
100      if (havePolicy) then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines