Changeset 26408


Ignore:
Timestamp:
08/23/21 18:10:41 (4 years ago)
Author:
schlegel
Message:

CHG: use any instead of contains for older matlabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/runme.m ΒΆ

    r26350 r26408  
    9191for i=1:numel(flist),
    9292        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 '.'
    9494                ftokens=string(split(fname,'.')); %Tokenize file name on '.'
    9595                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.