Skip to content

Commit

Permalink
IO: Hide error messages about missing events when importing BrainAMP …
Browse files Browse the repository at this point in the history
….eeg
  • Loading branch information
ftadel committed Jul 28, 2022
1 parent cc94a6c commit 3b1ff5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/license.html
Expand Up @@ -5,7 +5,7 @@
<body alink="#fff000" link="#fff000" vlink="#fff000">
<h4><span style="font-family: Arial Black; color: #ffffff;"><strong>THERE IS NO UNDO BUTTON!<BR>SET UP A <FONT color=red>BACKUP</FONT> OF YOUR DATABASE</strong></span></h4>
<HR>
<!-- LICENCE_START -->Version: 3.220724 (24-Jul-2022)<br>
<!-- LICENCE_START -->Version: 3.220728 (28-Jul-2022)<br>
<span style="font-style: italic;">COPYRIGHT &copy; 2000-2022
USC &amp; McGill University.<br>
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/version.txt
@@ -1,2 +1,2 @@
% Brainstorm
% v. 3.220724 (24-Jul-2022)
% v. 3.220728 (28-Jul-2022)
2 changes: 1 addition & 1 deletion toolbox/io/in_fopen_brainamp.m
Expand Up @@ -224,7 +224,7 @@

%% ===== READ EVENTS =====
if ~isempty(VmrkFile)
sFile = import_events(sFile, [], VmrkFile, 'BRAINAMP');
sFile = import_events(sFile, [], VmrkFile, 'BRAINAMP', [], 0);
end


Expand Down

0 comments on commit 3b1ff5b

Please sign in to comment.