Skip to content
Snippets Groups Projects
Verified Commit 6acab10a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix typo in commit 647ff5cd

(cherry picked from commit 43190b00)
parent 8218f01f
No related branches found
No related tags found
No related merge requests found
Pipeline #8261 passed
......@@ -21,7 +21,7 @@ function aggregate(ofile, dynopt, rootfolder, varargin)
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
end
......@@ -269,7 +269,7 @@ end
fprintf(fid, 'end;');
fclose(fid);
if ~isoctave && matlab_less_ver_than('9.14')
if ~isoctave && matlab_ver_less_than('9.14')
warning on MATLAB:subscripting:noSubscriptsSpecified
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment