GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
761 stars 60 forks source link

Avoid dynamic_cast to OpenCLImageRD in rdy #97

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

It looks like this is just to get access to the data in a float array. We can find a better way.