Ignore:
Timestamp:
Jan 9, 2012, 5:21:57 PM (12 years ago)
Author:
sommeria
Message:

various bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r360 r362  
    181181    for ifile=1:nbpair
    182182        rr=regexp(dirpair(ifile).name,detect_string,'names');
     183        if ~isempty(rr)
    183184        i1=str2num(rr.i1);
    184185        i2=str2num(rr.i2);
     
    232233            j2_series(ref_i+1,ref_j+1,nb_pairs+1)=j2;
    233234        end
     235        end
    234236    end
    235237    % look for the numerical string of the first files to update the NomType (take into account the 0 before the number)
Note: See TracChangeset for help on using the changeset viewer.