Skip to content

Commit

Permalink
Bugfix: Project connectivity 1xN on different surface
Browse files Browse the repository at this point in the history
  • Loading branch information
rcassani committed Oct 16, 2023
1 parent 6a68473 commit 3b00455
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.231011 (11-Oct-2023)<br>
<!-- LICENCE_START -->Version: 3.231016 (16-Oct-2023)<br>
<span style="font-style: italic;">COPYRIGHT &copy; 2000-2023
USC &amp; McGill University.<br>
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/version.txt
@@ -1,2 +1,2 @@
% Brainstorm
% v. 3.231011 (11-Oct-2023)
% v. 3.231016 (16-Oct-2023)
4 changes: 2 additions & 2 deletions toolbox/math/bst_project_sources.m
Expand Up @@ -254,8 +254,8 @@
end
% Remove link with original file
ResultsMat.DataFile = [];
% Check if the file was reprojected on an atlas
if isfield(ResultsMat, 'Atlas') && ~isempty(ResultsMat.Atlas)
% Check if the file was reprojected on an atlas (only for results files)
if isfield(ResultsMat, 'Atlas') && ~isempty(ResultsMat.Atlas) && ~isTimefreq
wrnMsg = ['Cannot process atlas-based source files: Skipping file "' ResultsFile '"...'];
if isInteractive
disp(wrnMsg);
Expand Down

0 comments on commit 3b00455

Please sign in to comment.