Ignore:
Timestamp:
May 14, 2012, 7:03:14 AM (12 years ago)
Author:
sommeria
Message:

bugs corrections and improvements following tutorial presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r399 r421  
    222222        ref_ij=ref_i_list*max_j+ref_j_list; % ordered by index i, then by j for a given i.
    223223    end
    224     [tild,ifile_min]=min(ref_ij(ref_ij>0));
     224    %[tild,ifile_min]=min(ref_ij(ref_ij>0));
     225    ifile_min=find(ref_ij>0 , 1);
    225226    if isempty(ifile_min)
    226227        %         RootPath='';
Note: See TracChangeset for help on using the changeset viewer.