From 5fe797a71bc6c9b555b611a139f2153ef074fe10 Mon Sep 17 00:00:00 2001 From: Kasvi Singh <33379227+Kasvi123@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:12:54 -0500 Subject: [PATCH] fixed comment to match simulation (#3262) --- test/api/hh_sim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/hh_sim.cpp b/test/api/hh_sim.cpp index b0ab735ce0..8a62c1b1ce 100644 --- a/test/api/hh_sim.cpp +++ b/test/api/hh_sim.cpp @@ -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();