Changeset 22748


Ignore:
Timestamp:
05/07/18 14:08:52 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: better way of retrieving Ids

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/IdFromString.m

    r20141 r22748  
    3434ids_raw=strsplit_strict(ids_raw,char(10));
    3535ids_raw=ids_raw(1:end-1);
    36 for i=1:length(ids_raw),
    37         eval(['ids=[ids ' ids_raw{i} '];']);
    38 end
     36ids=cellfun(@str2num,ids_raw);
    3937ids=sort(ids);
    4038
Note: See TracChangeset for help on using the changeset viewer.