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

Comparing trunk/OOPSE/libmdtools/wrappers.F90 (file contents):
Revision 462 by gezelter, Sat Apr 5 02:56:27 2003 UTC vs.
Revision 572 by mmeineke, Wed Jul 2 21:26:55 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines