Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions coreneuron/io/core2nrn_data_return.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,9 @@ void core2nrn_tqueue(NrnThread& nt) {

// The items on the queue
NetCvodeThreadData& ntd = net_cvode_instance->p[nt.id];
// make sure all buffered interthread events are on the queue
ntd.enqueue(net_cvode_instance, &nt);

TQueue<QTYPE>* tqe = ntd.tqe_;
TQItem* q;
SelfEventWeightMap sewm;
Expand Down