Ignore:
Timestamp:
Mar 12, 2011, 11:11:01 PM (13 years ago)
Author:
sommeria
Message:

various bug corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/name_generator.m

    r138 r221  
    272272    num_i1=str2double(field_count);
    273273    num_i2=str2double(str2);
    274     num_j1=stra2double(str_a);
    275     num_j2=stra2double(str_b);
     274    if isnan(num_i2)
     275        num_i2=num_i1;
     276    end
     277    num_j1=stra2num(str_a);
     278    num_j2=stra2num(str_b);
    276279     pathname=fileparts(filebasesub);% CORRIGE LE 6 JUIN (ETAIT DESACTIVE)
    277280    filename=fullfile(pathname,dirpair(indpair).name);
Note: See TracChangeset for help on using the changeset viewer.