Changeset 18802
- Timestamp:
- 11/18/14 11:21:39 (10 years ago)
- Location:
- issm/trunk-jpl/scripts
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/ol.m
r16362 r18802 1 system('ol'); 1 2 fid=fopen('runme.m','r'); 3 4 tline = fgets(fid); 5 count=1; 6 while ischar(tline) 7 tline = fgets(fid); 8 if length(tline)>16, 9 if strcmpi(tline(1:16),'if perform(org,'''), 10 disp(sprintf('%i: %s',count,tline(17:end-5))); 11 count=count+1; 12 end 13 end 14 end
Note:
See TracChangeset
for help on using the changeset viewer.