diff --git a/doc/license.html b/doc/license.html index dbcffc85f..e006e3c71 100644 --- a/doc/license.html +++ b/doc/license.html @@ -3,7 +3,7 @@ -Version: 3.191019 (19-Oct-2019)
+Version: 3.191024 (24-Oct-2019)
COPYRIGHT © 2000-2019 USC & McGill University.
diff --git a/doc/version.txt b/doc/version.txt index ee1068ec4..9239f3615 100644 --- a/doc/version.txt +++ b/doc/version.txt @@ -1,2 +1,2 @@ % Brainstorm -% v. 3.191019 (19-Oct-2019) \ No newline at end of file +% v. 3.191024 (24-Oct-2019) \ No newline at end of file diff --git a/toolbox/anatomy/tess_addsphere.m b/toolbox/anatomy/tess_addsphere.m index 2a04e4164..10713a55b 100644 --- a/toolbox/anatomy/tess_addsphere.m +++ b/toolbox/anatomy/tess_addsphere.m @@ -80,7 +80,7 @@ SphereMat.Vertices = SphereMat.Vertices .* 100; end % Convert to the same space as the FreeSurfer spheres - SphereVertices = SphereMat.Vertices ./ sMri.Voxsize; + SphereVertices = bst_bsxfun(@rdivide, SphereMat.Vertices, sMri.Voxsize); end % Check that the number of vertices match