Skip to content
Snippets Groups Projects
Verified Commit 7a98b5c1 authored by Sébastien Villemot's avatar Sébastien Villemot Committed by Stéphane Adjemian
Browse files

Fix typo in commit 647ff5cd

parent 27e253f2
Branches
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ function aggregate(ofile, dynopt, rootfolder, varargin) ...@@ -21,7 +21,7 @@ function aggregate(ofile, dynopt, rootfolder, varargin)
MAX_NUMBER_OF_ELEMENTS = 10000; MAX_NUMBER_OF_ELEMENTS = 10000;
if ~isoctave && matlab_less_ver_than('9.14') % Warning removed in R2023a if ~isoctave && matlab_ver_less_than('9.14') % Warning removed in R2023a
warning off MATLAB:subscripting:noSubscriptsSpecified warning off MATLAB:subscripting:noSubscriptsSpecified
end end
...@@ -320,7 +320,7 @@ end ...@@ -320,7 +320,7 @@ end
fprintf(fid, 'end;'); fprintf(fid, 'end;');
fclose(fid); fclose(fid);
if ~isoctave && matlab_less_ver_than('9.14') if ~isoctave && matlab_ver_less_than('9.14')
warning on MATLAB:subscripting:noSubscriptsSpecified warning on MATLAB:subscripting:noSubscriptsSpecified
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment