Ticket #6 (closed defect: fixed)
Adding equations and MembraneEquation
| Reported by: | thesamovar | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | 1.1.3 |
| Keywords: | Cc: |
Description
eqs = MembraneEquation?(C=200*pF) + leak + K_current + Na_current works, but not eqs = leak + K_current + Na_current + MembraneEquation?(C=200*pF). Solution: have a new class that is a set of currents, or (easier) use a new variable with the sum of currents.
Change History
Note: See
TracTickets for help on using
tickets.
