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

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/wrappers.F90 (file contents):
Revision 355 by mmeineke, Mon Mar 17 20:14:33 2003 UTC vs.
Revision 359 by mmeineke, Mon Mar 17 21:38:57 2003 UTC

# Line 12 | Line 12 | subroutine wrapSimMod(infoWrapper)
12  
13  
14   subroutine wrapSimMod(infoWrapper)
15 <  use simulation, only: simulationSetup
15 >  use simulation, only: simulationSetup, setBox
16    
17    external infoWrapper
18  
19 <  call infoWrapper( simulationSetup )
19 >  call infoWrapper( simulationSetup, setBox )
20  
21   end subroutine wrapSimMod
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines