ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/simulation_module.F90
(Generate patch)

Comparing trunk/mdtools/md_code/simulation_module.F90 (file contents):
Revision 230 by chuckv, Thu Jan 9 19:40:38 2003 UTC vs.
Revision 241 by mmeineke, Thu Jan 23 16:19:59 2003 UTC

# Line 73 | Line 73 | contains
73  
74    subroutine setSimulation(nLRParticles,box,rlist,rcut)
75      integer, intent(in) :: nLRParticles
76 <    real(kind = dp ), intent(in) :: box
76 >    real(kind = dp ), intent(in), dimension(3) :: box
77      real(kind = dp ), intent(in) :: rlist
78      real(kind = dp ), intent(in) :: rcut
79  
# Line 218 | Line 218 | contains
218      if(present(rcut2)) rcut2 = rcutsq
219      if(present(rcut2)) rcut6 = rcut_6
220  
221
221    end subroutine getRcut
222    
223 +
224 +
225 +
226   end module simulation

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines