Skip to content

Commit 9de55ba

Browse files
committed
250719.222103.PDT revise allow.txt
1 parent be0a4a1 commit 9de55ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,3 +2314,4 @@ numrows
23142314
presult
23152315
speedtest
23162316
tempsum
2317+
simulink

matlab/setup_tools/compile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function compile(solvers, mexdir, fortd, gateways, options)
7676
compiler_manufacturer = lower(compiler_configurations.Manufacturer);
7777
if contains(compiler_manufacturer, 'gnu') % gfortran
7878
% -Wno-missing-include-dirs is needed to suppress the warning about missing include directories
79-
% when simulink is not installed.
79+
% when Simulink is not installed.
8080
extra_compiler_options = '-g -Wno-missing-include-dirs -fno-stack-arrays -frecursive';
8181
elseif contains(compiler_manufacturer, 'intel') % Intel compiler
8282
if ispc

0 commit comments

Comments
 (0)