Changeset 468 for trunk/src/find_file_series.m
- Timestamp:
- Jun 21, 2012, 9:37:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r456 r468 93 93 RootFile_i=[RootFile rr.i1]; 94 94 % 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') 96 96 RootFile=RootFile_i; 97 97 NomTypePref=r.tiretnum;
Note: See TracChangeset
for help on using the changeset viewer.