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 0a1f9e6..9e5f9bd 100755
--- a/sim.py
+++ b/sim.py
@@ -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()