Changeset 867 for trunk/src/find_file_series.m
- Timestamp:
- Feb 12, 2015, 9:31:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r809 r867 68 68 i1_series=[];i2_series=[];j1_series=[];j2_series=[]; 69 69 i1_input=1;i2_input=[];j1_input=[];j2_input=[]; 70 if ~exist(fullfileinput,'file') 71 RootFile=''; 72 return 73 end 70 74 end 71 75 if ~exist(FilePath,'dir') … … 74 78 if checkfileindexing 75 79 NomTypePref=''; 76 if isempty(NomType) 80 if isempty(NomType)||strcmp(NomType,'*') 77 81 if exist(fullfileinput,'file') 78 82 [tild,RootFile]=fileparts(fileinput);% case of constant name (no indexing), get the filename without its extension
Note: See TracChangeset
for help on using the changeset viewer.