summaryrefslogtreecommitdiff
path: root/src/elements/plut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/plut.cpp')
-rw-r--r--src/elements/plut.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/elements/plut.cpp b/src/elements/plut.cpp
deleted file mode 100644
index 7c51b2d..0000000
--- a/src/elements/plut.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "simulation/Element.h"
-
-int update_PLUT(UPDATE_FUNC_ARGS) {
- if (1>rand()%100 && ((int)(5.0f*sim->pv[y/CELL][x/CELL]))>(rand()%1000))
- {
- sim->create_part(i, x, y, PT_NEUT);
- }
- return 0;
-}