@ -191,7 +191,7 @@ int setTimeBin(pHMdata self, int index, float value)
return0;
}
self->tofMode=1;
if(index>self->nTimeChan){
if(index>=self->nTimeChan){
self->nTimeChan=index+1;
returnresizeBuffer(self);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.