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

Comparing trunk/OOPSE/libmdtools/calc_sticky_pair.F90 (file contents):
Revision 443 by mmeineke, Wed Apr 2 22:19:03 2003 UTC vs.
Revision 460 by chuckv, Fri Apr 4 22:22:30 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.3 2003-04-02 22:19:03 mmeineke Exp $, $Date: 2003-04-02 22:19:03 $, $Name: not supported by cvs2svn $, $Revision: 1.3 $
12 > !! @version $Id: calc_sticky_pair.F90,v 1.4 2003-04-04 22:22:30 chuckv Exp $, $Date: 2003-04-04 22:22:30 $, $Name: not supported by cvs2svn $, $Revision: 1.4 $
13  
14   module sticky_pair
15  
16    use force_globals
17    use definitions
18 +  use simulation
19   #ifdef IS_MPI
20    use mpiSimulation
21   #endif
# Line 74 | Line 75 | contains
75      real (kind=dp), intent(inout) :: rij, r2
76      real (kind=dp), dimension(3), intent(in) :: d
77      real (kind=dp) :: pot
78 <    real (kind=dp), dimension(:,:) :: A
79 <    real (kind=dp), dimension(:,:) :: f
80 <    real (kind=dp), dimension(:,:) :: t
78 >    real (kind=dp), dimension(9,getNlocal()) :: A
79 >    real (kind=dp), dimension(3,getNlocal()) :: f
80 >    real (kind=dp), dimension(3,getNlocal()) :: t
81      logical, intent(in) :: do_pot, do_stress
82  
83      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