Changeset 701 for trunk/src/find_imadoc.m
- Timestamp:
- Dec 13, 2013, 10:51:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_imadoc.m
r674 r701 17 17 XmlFileName=fullfile(RootPath,[SubDir(1:dotchar(end-idot+1)-1) '.xml']); 18 18 if exist(XmlFileName,'file') 19 SubDirBase=fullfile(RootPath,SubDir(1:dotchar(end-idot+1) ));19 SubDirBase=fullfile(RootPath,SubDir(1:dotchar(end-idot+1)-1)); 20 20 break 21 21 end
Note: See TracChangeset
for help on using the changeset viewer.