Skip to content

Commit

Permalink
Fixing issue with trialinfo field
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme committed May 7, 2020
1 parent 0145512 commit 0c6da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/studyfunc/std_combtrialinfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
end

fields = fieldnames(datasetinfo);
fields = setdiff( fields, { 'filepath' 'filename' 'subject' 'index' 'comps' });
fields = setdiff( fields, { 'filepath' 'filename' 'subject' 'index' 'comps' 'trialinfo' });
for iDat = 1:length(inds)

for iField = 1:length(fields)
Expand Down

0 comments on commit 0c6da1a

Please sign in to comment.