Ignore:
Timestamp:
Aug 23, 2013, 2:56:17 PM (11 years ago)
Author:
sommeria
Message:

various bugs repaired, in particula timing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_imadoc.m

    r672 r674  
    1515    dotchar=regexp(SubDir,'\.');
    1616    for idot=1:numel(dotchar)
    17         XmlFileName=fullfile(RootPath,[SubDir(1:dotchar(end-idot+1)) '.xml']);
     17        XmlFileName=fullfile(RootPath,[SubDir(1:dotchar(end-idot+1)-1) '.xml']);
    1818        if exist(XmlFileName,'file')
    1919            SubDirBase=fullfile(RootPath,SubDir(1:dotchar(end-idot+1)));
Note: See TracChangeset for help on using the changeset viewer.