Skip to content

Commit

Permalink
Bugfix: Allow snapshot PSD/sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Oct 19, 2021
1 parent de6e692 commit 1459481
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
Original file line number Diff line number Diff line change
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 - SET UP A BACKUP OF YOUR DATABASE</strong></span></h4>
<HR>
<!-- LICENCE_START -->Version: 3.211014 (14-Oct-2021)<br>
<!-- LICENCE_START -->Version: 3.211019 (19-Oct-2021)<br>
<span style="font-style: italic;">COPYRIGHT &copy; 2000-2020
USC &amp; McGill University.<br>
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
% Brainstorm
% v. 3.211014 (14-Oct-2021)
% v. 3.211019 (19-Oct-2021)
2 changes: 1 addition & 1 deletion toolbox/process/bst_report.m
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function Snapshot(SnapType, FileName, Comment, varargin)
Orient = 'left';
end
% Check data type
if ~ismember(file_gettype(FileName), {'link','results','presults'})
if ~ismember(file_gettype(FileName), {'link','results','presults','timefreq','ptimefreq'})
error('File must contain source information.');
end
% Call surface viewer
Expand Down

0 comments on commit 1459481

Please sign in to comment.