olafdimigen/eye-eeg

bugreport pop_importeyetracker

Closed this issue · 1 comments

Bug report from user Stefan (August-13, 2019)
Problem in synchronization.

On line 248, I changed
new_ix = zeros(length(ET.event),1);
into
new_ix = zeros(size(ET.event,1),1);
and now it runs just fine.

Closed since issue seems fixed