Ignore:
Timestamp:
Jun 21, 2012, 9:37:02 PM (12 years ago)
Author:
sommeria
Message:

bug corrected in civ : reading time in case of xml file and avi
bugs corrrected in series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r456 r468  
    9393            RootFile_i=[RootFile rr.i1];
    9494           % checkpair=~isempty(regexp(NomType,'-','once'))||~isempty(regexp(NomType,'ab$','once'))||~isempty(regexp(NomType,'AB$','once'));%case of PIV results
    95             if exist(fullfile(RootPath,SubDir,[RootFile_i '.xml']),'file') %|| (checkpair && exist(fullfile(fileparts(RootPath),[RootFile_i '.xml']),'file'))
     95            if exist(fullfile(RootPath,SubDir,[RootFile_i '.xml']),'file') || exist(fullfile(RootPath,[RootFile_i '.xml']),'file')
    9696                RootFile=RootFile_i;
    9797                NomTypePref=r.tiretnum;
Note: See TracChangeset for help on using the changeset viewer.