()
| 115 | |
| 116 | # Reset the simulation |
| 117 | def reset(): |
| 118 | pbd.Simulation.getCurrent().reset() |
| 119 | pbd.Simulation.getCurrent().getModel().cleanup() |
| 120 | buildModel() |
| 121 | |
| 122 | def main(): |
| 123 | # Activate logger to output info on the console |
no test coverage detected