Ignore:
Timestamp:
Jun 6, 2012, 2:45:37 PM (12 years ago)
Author:
sommeria
Message:

many bugs corrected for the new file organisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r439 r441  
    8989            RootFileNew=[RootFile rr.i1];
    9090            checkpair=~isempty(regexp(NomType,'-','once'))||~isempty(regexp(NomType,'ab$','once'))||~isempty(regexp(NomType,'AB$','once'));%case of PIV results
    91             if exist(fullfile(RootPath,[RootFileNew '.xml']),'file') %|| (checkpair && exist(fullfile(fileparts(RootPath),[RootFileNew '.xml']),'file'))
     91            if exist(fullfile(RootPath,SubDir,[RootFileNew '.xml']),'file') %|| (checkpair && exist(fullfile(fileparts(RootPath),[RootFileNew '.xml']),'file'))
    9292                RootFile=RootFileNew;
    9393                NomTypePref=r.tiretnum;
Note: See TracChangeset for help on using the changeset viewer.