Skip to content

Commit

Permalink
small change to code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Nov 19, 2021
1 parent c631dbf commit 9c31c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fileio/ft_read_header.m
Expand Up @@ -2831,12 +2831,12 @@
if ~isfield(hdr, 'chantype') && checkUniqueLabels
% use a helper function which has some built in intelligence
hdr.chantype = ft_chantype(hdr);
end % for
end

if ~isfield(hdr, 'chanunit') && checkUniqueLabels
% use a helper function which has some built in intelligence
hdr.chanunit = ft_chanunit(hdr);
end % for
end

% ensure that the output grad is according to the latest definition
if isfield(hdr, 'grad')
Expand Down

0 comments on commit 9c31c4b

Please sign in to comment.