Olaf
Olaf copied to clipboard
Event Point Extractor
src/olaf_ep_extractor.c:152
void rotate(Olaf_EP_Extractor * ep_extractor){
ep_extractor->maxes[i-1]=ep_extractor->maxes[i];
ep_extractor->mags[i-1]=ep_extractor->mags[i];
Is there a pointer
to array row assignment or you meaned array row values
assigment?