diff options
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index 60a010c..7095c66 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -77,8 +77,8 @@ public: int CGOL; int ISGOL; int GSPEED; - unsigned char gol[XRES][YRES]; - unsigned char gol2[XRES][YRES][NGOL+1]; + unsigned char gol[YRES][XRES]; + unsigned char gol2[YRES][XRES][NGOL+1]; //Air sim float (*vx)[XRES/CELL]; float (*vy)[XRES/CELL]; |
