Changeset 22887
- Timestamp:
- 07/02/18 10:29:30 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/scripts/ol.m ΒΆ
r19242 r22887 6 6 while ischar(tline) 7 7 tline = fgets(fid); 8 if length(tline)>1 6,9 if strcmpi(tline(1:1 6),'if perform(org,'''),8 if length(tline)>15, 9 if strcmpi(tline(1:15),'if perform(org,'), 10 10 disp(sprintf('%i: %s',count,tline(17:end-4))); 11 11 count=count+1;
Note:
See TracChangeset
for help on using the changeset viewer.