Skip to content

Commit

Permalink
220705.185029.HKT remove old comments in setup.m
Browse files Browse the repository at this point in the history
Former-commit-id: 7a5b92cbde6bbb54609bdfb7d2369a42bb16cf8d [formerly 41f155f1c8992a9db363d9d7239a12b5ca9d2811]
Former-commit-id: 37aa8ad77aeb512bcfd7a705472201470b789f9d
  • Loading branch information
zaikunzhang committed Jul 5, 2022
1 parent 432716b commit 81eca30
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions setup.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 41,6 @@ function setup(varargin)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Attribute: public (can be called directly by users)
%
% Remarks
%
% 1. Remarks on the directory mexdir.
% Functions and MEX files in the directory mexdir are
% automatically available to functions in the directory interfaces, and
% to scripts called by the functions that reside in interfaces. They are
% not available to other functions/scripts unless mexdir is
% added to the search path.
%
% 2. Remarks on the 'files_with_wildcard' function.
% MATLAB R2015b does not handle wildcard (*) properly. For example, if
% we would like to removed all the .mod files under a directory specified
% by dirname, then the following would workd for MATLAB later than R2016a:
% delete(fullfile(dirname, '*.mod'));
% However, MATLAB R2015b would complain that it cannot find '*.mod'.
% The 'files_with_wildcard' function provides a workaround.
%
% TODO: None
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down

0 comments on commit 81eca30

Please sign in to comment.