source: issm/oecreview/Archive/19101-20495/ISSM-19241-19242.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 438 bytes
RevLine 
[20498]1Index: ../trunk-jpl/scripts/ol.m
2===================================================================
3--- ../trunk-jpl/scripts/ol.m (revision 19241)
4+++ ../trunk-jpl/scripts/ol.m (revision 19242)
5@@ -7,7 +7,7 @@
6 tline = fgets(fid);
7 if length(tline)>16,
8 if strcmpi(tline(1:16),'if perform(org,'''),
9- disp(sprintf('%i: %s',count,tline(17:end-8)));
10+ disp(sprintf('%i: %s',count,tline(17:end-4)));
11 count=count+1;
12 end
13 end
Note: See TracBrowser for help on using the repository browser.