Changeset 26408
- Timestamp:
- 08/23/21 18:10:41 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/runme.m ΒΆ
r26350 r26408 91 91 for i=1:numel(flist), 92 92 fname=flist(i).name; 93 if ( contains(fname,'.')), %Before split, check that file name contains '.'93 if (any(fname,'.')), %Before split, check that file name contains '.' 94 94 ftokens=string(split(fname,'.')); %Tokenize file name on '.' 95 95 if (regexp(ftokens{1},'^test[0-9]+$') &... %Basename must start with 'test' and end with a number
Note:
See TracChangeset
for help on using the changeset viewer.