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

merge neuron-db into this #574

Open sg-s opened 3 years ago

sg-s commented 3 years ago

with the following changes:

  1. Don't use Data, instead use fwrite to stream data to disk
  2. simplify SimFcn calls
  3. modernize type declarations
sg-s commented 3 years ago