diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-29 11:18:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-29 11:18:07 (GMT) |
| commit | 824bde4cebd78aa04c9018171316f7533307e0ce (patch) | |
| tree | d67afd50f83584e6b8a461193abd34eec929e0db /src/simulation/Air.h | |
| parent | 1f914561b2049ac779d8a729d9e910c4915b280b (diff) | |
| download | powder-824bde4cebd78aa04c9018171316f7533307e0ce.zip powder-824bde4cebd78aa04c9018171316f7533307e0ce.tar.gz | |
clear_sim now clears air and gravity maps better, fixes issue #31
Diffstat (limited to 'src/simulation/Air.h')
| -rw-r--r-- | src/simulation/Air.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Air.h b/src/simulation/Air.h index 2cd93b2..0232b86 100644 --- a/src/simulation/Air.h +++ b/src/simulation/Air.h @@ -28,6 +28,7 @@ public: void make_kernel(void); void update_airh(void); void update_air(void); + void Clear(); Air(); }; |
