diff options
Diffstat (limited to 'sim.py')
-rwxr-xr-x | sim.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -177,7 +177,5 @@ def main(): 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() - if __name__ == '__main__': main() |