Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new neuron model hh_cond_beta_gap_traub #1098

Merged
merged 3 commits into from
Mar 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions models/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ set( models_sources
gif_pop_psc_exp.h gif_pop_psc_exp.cpp
ginzburg_neuron.h ginzburg_neuron.cpp
hh_cond_exp_traub.h hh_cond_exp_traub.cpp
hh_cond_beta_gap_traub.h hh_cond_beta_gap_traub.cpp
hh_psc_alpha.h hh_psc_alpha.cpp
hh_psc_alpha_clopath.h hh_psc_alpha_clopath.cpp
hh_psc_alpha_gap.h hh_psc_alpha_gap.cpp
Expand Down
Loading