sg-s / xolotl

A MATLAB neuron simulator. Very fast (written in C++). Flexible (fully object oriented). Immediate (live manipulation in MATLAB). Comes with a powerful parameter optimizer. Get started ➡️
https://go.brandeis.edu/xolotl
GNU General Public License v3.0
43 stars 8 forks source link

switch to connect-by-default architecture for mechanisms #553

Closed sg-s closed 3 years ago

sg-s commented 3 years ago

unless otherwise specified, mechanisms by defult will allow connecttions to compartments and synapses and conductances. if you want to prevent your mechanism from doing so, explicitly say so and throw and error.