Skip to content

Commit

Permalink
Bugfix: Fix history field with ERPLAB import
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Nov 22, 2020
1 parent fa05a04 commit 6921584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/io/in_data_erplab.m
Expand Up @@ -48,7 +48,7 @@
DataMat(i).Std = ErpMat.ERP.binerror(:,:,i) * 1e-6;
end
% History
DataMat(i) = bst_history('add', DataMat(i), 'erplab', ErpMat.ERP.history);
DataMat(i) = bst_history('add', DataMat(i), 'erplab', ErpMat.ERP.history(:)');
end

% ===== CHANNEL FILE =====
Expand Down

0 comments on commit 6921584

Please sign in to comment.