Skip to content

Commit

Permalink
Fix wrong error message args
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Sep 12, 2024
1 parent 80fc72f commit 083b829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nrniv/nrncore_write/callbacks/nrncore_callbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ static void set_info(TQItem* tqi,
Fprintf(stderr,
"WARNING: CVode.event(...) for delivery at time step nearest %g discarded. "
"CoreNEURON cannot presently handle interpreter events (rank %d, thread %d).\n",
nrnmpi_myid,
tdeliver,
nrnmpi_myid,
tid);
Expand Down

0 comments on commit 083b829

Please sign in to comment.