danielru / BernusCpp

A C++ abstract interface for ionic current models for electrophysiology and a subclass implementing the Bernus model.
Other
1 stars 0 forks source link

Make gate variable arrays into pointers. #3

Closed danielru closed 9 years ago

danielru commented 9 years ago

Modify the interface so that references to externally defined vectors can be passed instead of using internally defined ones. This avoids data duplication.