()
| 104 | |
| 105 | # Reset the simulation |
| 106 | def reset(): |
| 107 | pbd.Simulation.getCurrent().reset() |
| 108 | pbd.Simulation.getCurrent().getModel().cleanup() |
| 109 | buildModel() |
| 110 | |
| 111 | def main(): |
| 112 | # Activate logger to output info on the console |
no test coverage detected