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 and gate_dt into non-members and pass them as arguments. #5

Closed danielru closed 9 years ago

danielru commented 10 years ago

As a further step towards integration into moose, pass the vectors as references to ionforcing and update_gates_dt.

danielru commented 10 years ago

Have current gating variables as ''in'' and a vector that will contain updated variables as ''out'' to match moose structure.