Changeset 562


Ignore:
Timestamp:
Nov 28, 2012, 6:27:28 PM (11 years ago)
Author:
sommeria
Message:

bug corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r558 r562  
    6363else
    6464    %% 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 NomType
     65    r=regexp(NomType,'^(?<tiretnum>_|\d+)','names');%look for a number or _1 at the beginning of NomType
    6666    if ~isempty(r) %if NomType begins by a number or _1
    6767        fileinput_end=regexprep(fileinput,['^' RootFile],'');%remove RootFile at the beginning of fileinput
Note: See TracChangeset for help on using the changeset viewer.