diff options
Diffstat (limited to 'src/elements/plut.cpp')
| -rw-r--r-- | src/elements/plut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/plut.cpp b/src/elements/plut.cpp index 3e2820d..7c51b2d 100644 --- a/src/elements/plut.cpp +++ b/src/elements/plut.cpp @@ -1,4 +1,4 @@ -#include "element.h" +#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)) |
