Skip to content

Commit

Permalink
I'll keep the name
Browse files Browse the repository at this point in the history
  • Loading branch information
benfulcher committed Feb 7, 2024
1 parent 75022e3 commit 79334b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PeripheryFunctions/BF_CheckToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
theName = 'Financial Toolbox';
case 'database_toolbox'
theName = 'Database Toolbox';
case 'distrib_computing_toolbox'
case 'parallel_computing_toolbox'
theName = 'Parallel Computing Toolbox';
otherwise
error('Unknown toolbox ''%s''.\n',theToolbox);
Expand Down
2 changes: 1 addition & 1 deletion PeripheryFunctions/TS_InitiateParallel.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

% Check a license is available:
try
BF_CheckToolbox('distrib_computing_toolbox')
BF_CheckToolbox('parallel_computing_toolbox')
catch
fprintf(1,['License for Parallel Computing Toolbox could not be initiated' ...
' -- cannot perform computations across multiple cores.\n']);
Expand Down

0 comments on commit 79334b0

Please sign in to comment.