Skip to content

Commit

Permalink
Fix _nrn_layout_reg.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Jun 17, 2024
1 parent 5ff221d commit 873cce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codegen/codegen_coreneuron_cpp_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,6 @@ void CodegenCoreneuronCppVisitor::print_mechanism_register() {
printer->pop_block();

printer->add_newline();
printer->add_line("_nrn_layout_reg(mech_type, 0);"); // 0 for SoA

// register mechanism
const auto mech_arguments = register_mechanism_arguments();
Expand Down

0 comments on commit 873cce2

Please sign in to comment.