Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Oct 14, 2024
1 parent b1f9426 commit bc60c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/codegen_neuron_cpp_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ void CodegenNeuronCppVisitor::print_sdlists_init([[maybe_unused]] bool print_ini

CodegenCppVisitor::ParamVector CodegenNeuronCppVisitor::functor_params() {
auto params = internal_method_parameters();
if(!info.artificial_cell) {
if (!info.artificial_cell) {
params.push_back({"", "double", "", "v"});
}

Expand Down
1 change: 1 addition & 0 deletions test/usecases/nonlinear/test_nonlin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from neuron import h, gui


def check_solve(make_inst):
s = h.Section()
s.insert("nonlin")
Expand Down

0 comments on commit bc60c89

Please sign in to comment.