diff --git a/cnexp/coreneuron/cnexp_array.cpp b/cnexp/coreneuron/cnexp_array.cpp index 8641da4..1865755 100644 --- a/cnexp/coreneuron/cnexp_array.cpp +++ b/cnexp/coreneuron/cnexp_array.cpp @@ -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()); diff --git a/cnexp/coreneuron/cnexp_scalar.cpp b/cnexp/coreneuron/cnexp_scalar.cpp index fa5750e..e9d44f0 100644 --- a/cnexp/coreneuron/cnexp_scalar.cpp +++ b/cnexp/coreneuron/cnexp_scalar.cpp @@ -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()); diff --git a/function/coreneuron/compile_only.cpp b/function/coreneuron/compile_only.cpp index 159e28b..906b60a 100644 --- a/function/coreneuron/compile_only.cpp +++ b/function/coreneuron/compile_only.cpp @@ -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()); diff --git a/function/coreneuron/functions.cpp b/function/coreneuron/functions.cpp index 2dbcad0..97a115e 100644 --- a/function/coreneuron/functions.cpp +++ b/function/coreneuron/functions.cpp @@ -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()); diff --git a/function/coreneuron/point_functions.cpp b/function/coreneuron/point_functions.cpp index c146eca..8fec7d2 100644 --- a/function/coreneuron/point_functions.cpp +++ b/function/coreneuron/point_functions.cpp @@ -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()); diff --git a/function/coreneuron/recursion.cpp b/function/coreneuron/recursion.cpp index 29bb9b3..83a5a78 100644 --- a/function/coreneuron/recursion.cpp +++ b/function/coreneuron/recursion.cpp @@ -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()); diff --git a/hodgkin_huxley/coreneuron/hodhux.cpp b/hodgkin_huxley/coreneuron/hodhux.cpp index 1ac5ac6..f09e5a3 100644 --- a/hodgkin_huxley/coreneuron/hodhux.cpp +++ b/hodgkin_huxley/coreneuron/hodhux.cpp @@ -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"); diff --git a/kinetic/coreneuron/X2Y.cpp b/kinetic/coreneuron/X2Y.cpp index 1347add..b605b5a 100644 --- a/kinetic/coreneuron/X2Y.cpp +++ b/kinetic/coreneuron/X2Y.cpp @@ -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()); diff --git a/net_event/coreneuron/receiver.cpp b/net_event/coreneuron/receiver.cpp index 103dc54..6ea7de3 100644 --- a/net_event/coreneuron/receiver.cpp +++ b/net_event/coreneuron/receiver.cpp @@ -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()); diff --git a/net_event/coreneuron/spiker.cpp b/net_event/coreneuron/spiker.cpp index dfa044b..81abb5c 100644 --- a/net_event/coreneuron/spiker.cpp +++ b/net_event/coreneuron/spiker.cpp @@ -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()); diff --git a/net_move/coreneuron/art_spiker.cpp b/net_move/coreneuron/art_spiker.cpp index 8a27688..cedbff5 100644 --- a/net_move/coreneuron/art_spiker.cpp +++ b/net_move/coreneuron/art_spiker.cpp @@ -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()); diff --git a/net_move/coreneuron/spiker.cpp b/net_move/coreneuron/spiker.cpp index 7586fc1..2060e24 100644 --- a/net_move/coreneuron/spiker.cpp +++ b/net_move/coreneuron/spiker.cpp @@ -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()); diff --git a/net_receive/coreneuron/NetReceiveCalls.cpp b/net_receive/coreneuron/NetReceiveCalls.cpp index beb0b55..f8e77d7 100644 --- a/net_receive/coreneuron/NetReceiveCalls.cpp +++ b/net_receive/coreneuron/NetReceiveCalls.cpp @@ -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()); diff --git a/net_receive/coreneuron/snapsyn.cpp b/net_receive/coreneuron/snapsyn.cpp index e289da5..7ea0c1d 100644 --- a/net_receive/coreneuron/snapsyn.cpp +++ b/net_receive/coreneuron/snapsyn.cpp @@ -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()); diff --git a/net_send/coreneuron/art_toggle.cpp b/net_send/coreneuron/art_toggle.cpp index da3a2e8..5e46e08 100644 --- a/net_send/coreneuron/art_toggle.cpp +++ b/net_send/coreneuron/art_toggle.cpp @@ -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()); diff --git a/net_send/coreneuron/toggle.cpp b/net_send/coreneuron/toggle.cpp index 6bcc228..e17934c 100644 --- a/net_send/coreneuron/toggle.cpp +++ b/net_send/coreneuron/toggle.cpp @@ -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()); diff --git a/neuron_variables/coreneuron/neuron_variables.cpp b/neuron_variables/coreneuron/neuron_variables.cpp index 95eb173..4979094 100644 --- a/neuron_variables/coreneuron/neuron_variables.cpp +++ b/neuron_variables/coreneuron/neuron_variables.cpp @@ -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()); diff --git a/nonspecific_current/coreneuron/leonhard.cpp b/nonspecific_current/coreneuron/leonhard.cpp index 3dea0d9..0cfb2db 100644 --- a/nonspecific_current/coreneuron/leonhard.cpp +++ b/nonspecific_current/coreneuron/leonhard.cpp @@ -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()); diff --git a/parameter/coreneuron/range_parameter.cpp b/parameter/coreneuron/range_parameter.cpp index 136b1a5..743316c 100644 --- a/parameter/coreneuron/range_parameter.cpp +++ b/parameter/coreneuron/range_parameter.cpp @@ -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()); diff --git a/point_process/coreneuron/pp.cpp b/point_process/coreneuron/pp.cpp index 9a624f9..d9772c0 100644 --- a/point_process/coreneuron/pp.cpp +++ b/point_process/coreneuron/pp.cpp @@ -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()); diff --git a/procedure/coreneuron/point_procedures.cpp b/procedure/coreneuron/point_procedures.cpp index d2a3d09..9f59428 100644 --- a/procedure/coreneuron/point_procedures.cpp +++ b/procedure/coreneuron/point_procedures.cpp @@ -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()); diff --git a/procedure/coreneuron/procedures.cpp b/procedure/coreneuron/procedures.cpp index 8a7dadc..c22217a 100644 --- a/procedure/coreneuron/procedures.cpp +++ b/procedure/coreneuron/procedures.cpp @@ -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()); diff --git a/spike_travel/coreneuron/expsyn2.cpp b/spike_travel/coreneuron/expsyn2.cpp index fd70b44..872c1b2 100644 --- a/spike_travel/coreneuron/expsyn2.cpp +++ b/spike_travel/coreneuron/expsyn2.cpp @@ -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()); diff --git a/spike_travel/coreneuron/hodhux.cpp b/spike_travel/coreneuron/hodhux.cpp index 1ac5ac6..f09e5a3 100644 --- a/spike_travel/coreneuron/hodhux.cpp +++ b/spike_travel/coreneuron/hodhux.cpp @@ -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"); diff --git a/suffix/coreneuron/no_suffix.cpp b/suffix/coreneuron/no_suffix.cpp index dc9bf43..947ecf0 100644 --- a/suffix/coreneuron/no_suffix.cpp +++ b/suffix/coreneuron/no_suffix.cpp @@ -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()); diff --git a/suffix/coreneuron/point_suffix.cpp b/suffix/coreneuron/point_suffix.cpp index 02eb749..22a5091 100644 --- a/suffix/coreneuron/point_suffix.cpp +++ b/suffix/coreneuron/point_suffix.cpp @@ -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()); diff --git a/table/coreneuron/table.cpp b/table/coreneuron/table.cpp index 9a780cc..365e7c4 100644 --- a/table/coreneuron/table.cpp +++ b/table/coreneuron/table.cpp @@ -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); diff --git a/useion/coreneuron/ionic.cpp b/useion/coreneuron/ionic.cpp index 8d25d1b..f4ba67d 100644 --- a/useion/coreneuron/ionic.cpp +++ b/useion/coreneuron/ionic.cpp @@ -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");