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

Use smart pointers - on AbstractRD* in particular #99

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

AbstractRD* is returned from SystemFactory and expects the user to call delete on it. Let's use smart pointers instead.