| 15 | } |
| 16 | |
| 17 | void _SimulationParametersSourceWidgets::init(SimulationFacade const& simulationFacade, int locationIndex) |
| 18 | { |
| 19 | _simulationFacade = simulationFacade; |
| 20 | _locationIndex = locationIndex; |
| 21 | } |
| 22 | |
| 23 | void _SimulationParametersSourceWidgets::process() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected