You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then later inst->tqitem[2*pnodecount+id] and inst->tsave[id].
Meaning often a pointer that's given a name, i.e. tsave or any other range variables, points to the start of it's values. Where as others, such as ml->tqitem don't they point to the beginning of the buffer holding all pdata.
We should review if this a inconsistency that can be unified.
The text was updated successfully, but these errors were encountered:
For CoreNEURON we generate:
and then later
inst->tqitem[2*pnodecount+id]
andinst->tsave[id]
.Meaning often a pointer that's given a name, i.e.
tsave
or any other range variables, points to the start of it's values. Where as others, such asml->tqitem
don't they point to the beginning of the buffer holding allpdata
.We should review if this a inconsistency that can be unified.
The text was updated successfully, but these errors were encountered: