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 240 by chuckv, Wed Jan 22 21:45:20 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines