source:
issm/oecreview/Archive/19101-20495/ISSM-19241-19242.diff
Last change on this file was 20498, checked in by , 9 years ago | |
---|---|
File size: 438 bytes |
-
../trunk-jpl/scripts/ol.m
7 7 tline = fgets(fid); 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 13 13 end
Note:
See TracBrowser
for help on using the repository browser.