diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 19:44:01 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 19:44:01 (GMT) |
| commit | 10e3f176d234782ecd097ab62dc328c6dafc5758 (patch) | |
| tree | f5625b4651411eb08612fd7048aa92dea315d510 /src/simulation/Simulation.h | |
| parent | d9cca3ec1eb0cc6da94c991baaca5bff09997604 (diff) | |
| download | powder-10e3f176d234782ecd097ab62dc328c6dafc5758.zip powder-10e3f176d234782ecd097ab62dc328c6dafc5758.tar.gz | |
TPT: REALISTIC - Latent heat. It may be buggy, and enthalpy table isn't filled, but it works 4b4830b5a4
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index 3139b77..1258373 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -140,6 +140,7 @@ public: Air * air; part_type ptypes[PT_NUM]; + unsigned int platent[PT_NUM]; part_transition ptransitions[PT_NUM]; wall_type wtypes[UI_WALLCOUNT]; gol_menu gmenu[NGOL]; |
