Skip to content

Commit

Permalink
References for 'BlueBrain/nmodl#1375'.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 30, 2024
1 parent 340b413 commit c906130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net_event/neuron/spiker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ namespace neuron {
hoc_register_prop_size(mech_type, 3, 2);
hoc_register_dparam_semantics(mech_type, 0, "area");
hoc_register_dparam_semantics(mech_type, 1, "pntproc");
add_nrn_has_net_event(mech_type);
hoc_register_var(hoc_scalar_double, hoc_vector_double, hoc_intfunc);
pnt_receive[mech_type] = nrn_net_receive_spiker;
pnt_receive_size[mech_type] = 1;
Expand Down

0 comments on commit c906130

Please sign in to comment.