diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-20 22:10:42 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-20 22:10:42 (GMT) |
| commit | 4949a5eac05339a4a82280588c97e948f134dfcb (patch) | |
| tree | 3678fd10dda234d5888bae73f56169b23564649c /src/simulation/Simulation.cpp | |
| parent | c8073657fcbfd1bfa72538d7babe4964857e7101 (diff) | |
| download | powder-4949a5eac05339a4a82280588c97e948f134dfcb.zip powder-4949a5eac05339a4a82280588c97e948f134dfcb.tar.gz | |
Fix case for header files
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index a1a785a..96b9d44 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -1,13 +1,11 @@ #include <cstdlib> #include <math.h> -#define _cplusplus #include "Config.h" #include "Simulation.h" #include "Elements.h" #include "ElementFunctions.h" #include "Air.h" #include "Gravity.h" -//#include "powder.h" void Simulation::clear_area(int area_x, int area_y, int area_w, int area_h) { |
