Changeset 22887


Ignore:
Timestamp:
07/02/18 10:29:30 (7 years ago)
Author:
Eric.Larour
Message:

CHG: minor tweak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/scripts/ol.m ΒΆ

    r19242 r22887  
    66while ischar(tline)
    77        tline = fgets(fid);
    8         if length(tline)>16,
    9                 if strcmpi(tline(1:16),'if perform(org,'''),
     8        if length(tline)>15,
     9                if strcmpi(tline(1:15),'if perform(org,'),
    1010                        disp(sprintf('%i: %s',count,tline(17:end-4)));
    1111                        count=count+1;
Note: See TracChangeset for help on using the changeset viewer.