Changeset 19242
- Timestamp:
- 04/02/15 09:28:39 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/ol.m
r18819 r19242 8 8 if length(tline)>16, 9 9 if strcmpi(tline(1:16),'if perform(org,'''), 10 disp(sprintf('%i: %s',count,tline(17:end- 8)));10 disp(sprintf('%i: %s',count,tline(17:end-4))); 11 11 count=count+1; 12 12 end
Note:
See TracChangeset
for help on using the changeset viewer.