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

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/calc_sticky_pair.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 9 | Line 9
9   !! @author Matthew Meineke
10   !! @author Christopher Fennel
11   !! @author J. Daniel Gezelter
12 < !! @version $Id: calc_sticky_pair.F90,v 1.7 2003-03-18 16:46:47 gezelter Exp $, $Date: 2003-03-18 16:46:47 $, $Name: not supported by cvs2svn $, $Revision: 1.7 $
12 > !! @version $Id: calc_sticky_pair.F90,v 1.8 2003-03-18 19:09:12 gezelter Exp $, $Date: 2003-03-18 19:09:12 $, $Name: not supported by cvs2svn $, $Revision: 1.8 $
13  
14   module sticky_pair
15  
# Line 74 | Line 74 | contains
74      real (kind=dp), intent(inout) :: rij, r2
75      real (kind=dp), dimension(3), intent(in) :: d
76      real (kind=dp) :: pot
77 <    real (kind=dp), dimension(9,getNlocal()) :: A
78 <    real (kind=dp), dimension(3,getNlocal()) :: f
79 <    real (kind=dp), dimension(3,getNlocal()) :: t
77 >    real (kind=dp), dimension(:,:) :: A
78 >    real (kind=dp), dimension(:,:) :: f
79 >    real (kind=dp), dimension(:,:) :: t
80      logical, intent(in) :: do_pot, do_stress
81  
82      real (kind=dp) :: xi, yi, zi, xj, yj, zj, xi2, yi2, zi2, xj2, yj2, zj2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines