This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Description
In the nrn_init_... method generated by NMODL for, for example, Gfluct3.mod there is a call
net_send_buffering(ml->_net_send_buffer, 0, inst->tqitem[2*pnodecount+id], -1, inst->point_process[1*pnodecount+id], nt->_t+0.0, 1.0);
where the 4th argument is -1, but in the MOD2C equivalent 0 is passed. This does not appear to have any effect on whether the tests pass, but it would be good to understand if this difference is a bug or not.