CoreNeuron icon indicating copy to clipboard operation
CoreNeuron copied to clipboard

Create a Memb_func class

Open ohm314 opened this issue 5 years ago • 0 comments

As we are moving to a more object-oriented implementation we would like to turn the Memb_func struct into a proper C++ class that also encapsulates operations on its data into member functions and defines a clear interface. This change will also affect the NMODL generated mechanism code as the registration function will call register_mech which in turn will set the Memb_func elements.

ohm314 avatar Jan 24 '20 10:01 ohm314