Definition at line 221 of file wave_simulation_real.cpp.hpp.
221 {
223 FL_WARN(
"Out of range: " <<
x <<
", " <<
y);
224 return 0;
225 }
227 return curr[(
y + 1) *
stride + (
x + 1)];
228}
fl::vector_psram< i16 > grid1
fl::vector_psram< i16 > grid2
References FL_WARN, grid1, grid2, height, stride, whichGrid, width, fl::x, and fl::y.
Referenced by ~WaveSimulation2D_Real(), geti8(), and getu8().