Skip to content

Commit

Permalink
References for 'BlueBrain/nmodl#1324'.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 17, 2024
1 parent d34c09d commit c0ee8b6
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion cnexp/coreneuron/cnexp_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_cnexp_array, nullptr, nullptr, nrn_state_cnexp_array, nrn_init_cnexp_array, nrn_private_constructor_cnexp_array, nrn_private_destructor_cnexp_array, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion cnexp/coreneuron/cnexp_scalar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_cnexp_scalar, nullptr, nullptr, nrn_state_cnexp_scalar, nrn_init_cnexp_scalar, nrn_private_constructor_cnexp_scalar, nrn_private_destructor_cnexp_scalar, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion function/coreneuron/compile_only.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_func_in_breakpoint, nrn_cur_func_in_breakpoint, nullptr, nrn_state_func_in_breakpoint, nrn_init_func_in_breakpoint, nrn_private_constructor_func_in_breakpoint, nrn_private_destructor_func_in_breakpoint, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion function/coreneuron/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_functions, nullptr, nullptr, nullptr, nrn_init_functions, nrn_private_constructor_functions, nrn_private_destructor_functions, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion function/coreneuron/point_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_point_functions, nullptr, nullptr, nullptr, nrn_init_point_functions, nrn_private_constructor_point_functions, nrn_private_destructor_point_functions, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion function/coreneuron/recursion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_recursion, nullptr, nullptr, nullptr, nrn_init_recursion, nrn_private_constructor_recursion, nrn_private_destructor_recursion, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion hodgkin_huxley/coreneuron/hodhux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_hodhux, nrn_cur_hodhux, nullptr, nrn_state_hodhux, nrn_init_hodhux, nrn_private_constructor_hodhux, nrn_private_destructor_hodhux, first_pointer_var_index(), 1);
hodhux_global.na_type = nrn_get_mechtype("na_ion");
hodhux_global.k_type = nrn_get_mechtype("k_ion");
Expand Down
1 change: 0 additions & 1 deletion kinetic/coreneuron/X2Y.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_X2Y, nrn_cur_X2Y, nullptr, nrn_state_X2Y, nrn_init_X2Y, nrn_private_constructor_X2Y, nrn_private_destructor_X2Y, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion net_event/coreneuron/receiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_receiver, nullptr, nullptr, nullptr, nrn_init_receiver, nrn_private_constructor_receiver, nrn_private_destructor_receiver, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion net_event/coreneuron/spiker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_spiker, nullptr, nullptr, nullptr, nrn_init_spiker, nrn_private_constructor_spiker, nrn_private_destructor_spiker, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion net_move/coreneuron/art_spiker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_art_spiker, nullptr, nullptr, nullptr, nrn_init_art_spiker, nrn_private_constructor_art_spiker, nrn_private_destructor_art_spiker, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion net_move/coreneuron/spiker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_spiker, nullptr, nullptr, nullptr, nrn_init_spiker, nrn_private_constructor_spiker, nrn_private_destructor_spiker, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion net_receive/coreneuron/NetReceiveCalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_NetReceiveCalls, nullptr, nullptr, nullptr, nrn_init_NetReceiveCalls, nrn_private_constructor_NetReceiveCalls, nrn_private_destructor_NetReceiveCalls, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion net_receive/coreneuron/snapsyn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_SnapSyn, nrn_cur_SnapSyn, nullptr, nrn_state_SnapSyn, nrn_init_SnapSyn, nrn_private_constructor_SnapSyn, nrn_private_destructor_SnapSyn, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion net_send/coreneuron/art_toggle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_art_toggle, nullptr, nullptr, nullptr, nrn_init_art_toggle, nrn_private_constructor_art_toggle, nrn_private_destructor_art_toggle, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion net_send/coreneuron/toggle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_toggle, nullptr, nullptr, nullptr, nrn_init_toggle, nrn_private_constructor_toggle, nrn_private_destructor_toggle, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion neuron_variables/coreneuron/neuron_variables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_NeuronVariables, nullptr, nullptr, nrn_state_NeuronVariables, nrn_init_NeuronVariables, nrn_private_constructor_NeuronVariables, nrn_private_destructor_NeuronVariables, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion nonspecific_current/coreneuron/leonhard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_leonhard, nrn_cur_leonhard, nullptr, nrn_state_leonhard, nrn_init_leonhard, nrn_private_constructor_leonhard, nrn_private_destructor_leonhard, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion parameter/coreneuron/range_parameter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_range_parameter, nullptr, nullptr, nullptr, nrn_init_range_parameter, nrn_private_constructor_range_parameter, nrn_private_destructor_range_parameter, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion point_process/coreneuron/pp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_pp, nullptr, nullptr, nullptr, nrn_init_pp, nrn_private_constructor_pp, nrn_private_destructor_pp, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion procedure/coreneuron/point_procedures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_point_procedures, nullptr, nullptr, nullptr, nrn_init_point_procedures, nrn_private_constructor_point_procedures, nrn_private_destructor_point_procedures, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion procedure/coreneuron/procedures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_procedures, nullptr, nullptr, nullptr, nrn_init_procedures, nrn_private_constructor_procedures, nrn_private_destructor_procedures, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion spike_travel/coreneuron/expsyn2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_ExpSyn2, nrn_cur_ExpSyn2, nullptr, nrn_state_ExpSyn2, nrn_init_ExpSyn2, nrn_private_constructor_ExpSyn2, nrn_private_destructor_ExpSyn2, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion spike_travel/coreneuron/hodhux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_hodhux, nrn_cur_hodhux, nullptr, nrn_state_hodhux, nrn_init_hodhux, nrn_private_constructor_hodhux, nrn_private_destructor_hodhux, first_pointer_var_index(), 1);
hodhux_global.na_type = nrn_get_mechtype("na_ion");
hodhux_global.k_type = nrn_get_mechtype("k_ion");
Expand Down
1 change: 0 additions & 1 deletion suffix/coreneuron/no_suffix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_no_suffix, nullptr, nullptr, nullptr, nrn_init_no_suffix, nrn_private_constructor_no_suffix, nrn_private_destructor_no_suffix, first_pointer_var_index(), 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion suffix/coreneuron/point_suffix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
point_register_mech(mechanism_info, nrn_alloc_point_suffix, nullptr, nullptr, nullptr, nrn_init_point_suffix, nrn_private_constructor_point_suffix, nrn_private_destructor_point_suffix, first_pointer_var_index(), nullptr, nullptr, 1);

hoc_register_prop_size(mech_type, float_variables_size(), int_variables_size());
Expand Down
1 change: 0 additions & 1 deletion table/coreneuron/table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_tbl, nrn_cur_tbl, nullptr, nrn_state_tbl, nrn_init_tbl, nrn_private_constructor_tbl, nrn_private_destructor_tbl, first_pointer_var_index(), 1);

_nrn_thread_table_reg(mech_type, check_table_thread_tbl);
Expand Down
1 change: 0 additions & 1 deletion useion/coreneuron/ionic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ namespace coreneuron {
return;
}

_nrn_layout_reg(mech_type, 0);
register_mech(mechanism_info, nrn_alloc_ionic, nullptr, nullptr, nrn_state_ionic, nrn_init_ionic, nrn_private_constructor_ionic, nrn_private_destructor_ionic, first_pointer_var_index(), 1);
ionic_global.na_type = nrn_get_mechtype("na_ion");

Expand Down

0 comments on commit c0ee8b6

Please sign in to comment.