Skip to content

Commit

Permalink
Merge branch 'master' into ceciliaromaro-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaromaro authored Dec 2, 2024
2 parents 359ce21 + 5fe797a commit 63527e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/hh_sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main(void) {
nrn_function_call(nrn_symbol("finitialize"), 1);
nrn_double_pop();

// continuerun(10)
// continuerun(10.5)
nrn_double_push(10.5);
nrn_function_call(nrn_symbol("continuerun"), 1);
nrn_double_pop();
Expand Down

0 comments on commit 63527e3

Please sign in to comment.