summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-12-14 23:01:54 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-12-14 23:01:54 (GMT)
commita1af662b8fad2cc654fdcfda2aeedec24659c908 (patch)
tree091d8ef63bdf0b7c90e5b25dda3c77591d043ba7 /src/simulation/Simulation.h
parentceee0b6dc5eb2d8a0aa2e4d2849a22719546fcbd (diff)
downloadpowder-a1af662b8fad2cc654fdcfda2aeedec24659c908.zip
powder-a1af662b8fad2cc654fdcfda2aeedec24659c908.tar.gz
More accurate elementCount
Diffstat (limited to 'src/simulation/Simulation.h')
-rw-r--r--src/simulation/Simulation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h
index 9cdd3a7..d0accad 100644
--- a/src/simulation/Simulation.h
+++ b/src/simulation/Simulation.h
@@ -74,6 +74,7 @@ public:
int parts_lastActiveIndex;// = NPART-1;
int pfree;
int NUM_PARTS;
+ bool elementRecount;
int elementCount[PT_NUM];
int ISWIRE;
int force_stacking_check;