Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jul 29, 2024
1 parent 5884be4 commit 8a01281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bids_model/getDummyContrastsList.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
end
end

if isfield(node, 'DummyContrasts') && isfield(node.DummyContrasts, 'Contrasts1')
if isfield(node, 'DummyContrasts') && isfield(node.DummyContrasts, 'Contrasts')

dummyContrastsList = node.DummyContrasts.Contrasts;

Expand Down

0 comments on commit 8a01281

Please sign in to comment.