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 325 by gezelter, Wed Mar 12 19:10:54 2003 UTC vs.
Revision 355 by mmeineke, Mon Mar 17 20:14:33 2003 UTC

# Line 1 | Line 1
1  
2   subroutine wrapForceField(infoWrapper)
3  
4 <  use do_Forces, ONLY: new_atype, init_FF, do_forceLoop
4 >  use atype_module, ONLY: new_atype
5 >  use do_Forces, ONLY: init_FF, do_force_loop
6    external infoWrapper
7  
8 <  call infoWrapper(new_atype,init_FF,do_forceLoop)
8 >  call infoWrapper(new_atype,init_FF,do_force_loop)
9    
10   end subroutine wrapForceField
11  
12  
13  
14   subroutine wrapSimMod(infoWrapper)
15 <  use simulation
15 >  use simulation, only: simulationSetup
16    
17    external infoWrapper
18  
19 <  call infoWrapper( SimulationSetup )
19 >  call infoWrapper( simulationSetup )
20  
21   end subroutine wrapSimMod
22  
# Line 24 | Line 25 | subroutine wrapSimParallelMod(infoWrapper)
25   #ifdef IS_MPI
26  
27   subroutine wrapSimParallelMod(infoWrapper)
28 <  use mpiSimulation
28 >  use mpiSimulation, only: setupSimParallel
29    
30    external infoWrapper
31    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines