diff options
Diffstat (limited to 'sim.py')
-rwxr-xr-x | sim.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -136,5 +136,3 @@ if __name__ == '__main__': f.Close() print >>sys.stderr, 'Done. %1.1f events/sec, %1.0f photons/sec.' % (options.nevents/(end_sim - start_sim), nphotons/(end_sim - start_sim)) - - gpu_worker.shutdown() |