Skip to content

Commit

Permalink
missing print
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Dec 1, 2023
1 parent 852cc1e commit 4c4b91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/codegen_neuron_cpp_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ void CodegenNeuronCppVisitor::print_g_unused() const {
/// TODO: Edit for NEURON
void CodegenNeuronCppVisitor::print_compute_functions() {
print_nrn_init();
print_nrn_alloc();
print_nrn_cur();
print_nrn_state();
print_nrn_jacob();
Expand Down

0 comments on commit 4c4b91d

Please sign in to comment.