| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |