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

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/calc_LJ_FF.F90 (file contents):
Revision 360 by gezelter, Tue Mar 18 16:46:47 2003 UTC vs.
Revision 361 by gezelter, Tue Mar 18 19:09:12 2003 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.12 2003-03-18 16:46:47 gezelter Exp $, $Date: 2003-03-18 16:46:47 $, $Name: not supported by cvs2svn $, $Revision: 1.12 $
5 > !! @version $Id: calc_LJ_FF.F90,v 1.13 2003-03-18 19:09:12 gezelter Exp $, $Date: 2003-03-18 19:09:12 $, $Name: not supported by cvs2svn $, $Revision: 1.13 $
6  
7   module lj
8    use definitions
# Line 180 | Line 180 | contains
180      integer, intent(in) ::  atom1, atom2
181      real( kind = dp ), intent(in) :: rij, r2
182      real( kind = dp ) :: pot
183 <    real( kind = dp ), dimension(3, getNlocal()) :: f    
183 >    real( kind = dp ), dimension(:,:) :: f    
184      real( kind = dp ), intent(in), dimension(3) :: d
185      logical, intent(in) :: do_pot, do_stress
186  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines