summaryrefslogtreecommitdiff
path: root/sim.py
diff options
context:
space:
mode:
Diffstat (limited to 'sim.py')
-rwxr-xr-xsim.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim.py b/sim.py
index b8deef6..ed926f8 100755
--- a/sim.py
+++ b/sim.py
@@ -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()