Changeset 562
- Timestamp:
- Nov 28, 2012, 6:27:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r558 r562 63 63 else 64 64 %% possibly include the first index in the root name, if there exists a corresponding xml file 65 r=regexp(NomType,'^(?<tiretnum>_ ?\d+)','names');%look for a number or _1 at the beginning of NomType65 r=regexp(NomType,'^(?<tiretnum>_|\d+)','names');%look for a number or _1 at the beginning of NomType 66 66 if ~isempty(r) %if NomType begins by a number or _1 67 67 fileinput_end=regexprep(fileinput,['^' RootFile],'');%remove RootFile at the beginning of fileinput
Note: See TracChangeset
for help on using the changeset viewer.