Ignore:
Timestamp:
Jul 4, 2024, 4:23:43 PM (3 months ago)
Author:
sommeria
Message:

update_xml simlified, bug on civ_series corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_multimadoc.m

    r1127 r1152  
    4242timecell=cell(1,nbview);
    4343for iview=1:nbview%Loop on views
    44     XmlFileName=find_imadoc(RootPath{iview},SubDir{iview},RootFile{iview},FileExt{iview});
     44    XmlFileName=find_imadoc(RootPath{iview},SubDir{iview});
    4545    if ~isempty(XmlFileName)
    4646        [XmlData{iview},warnmsg]=imadoc2struct(XmlFileName);% read the ImaDoc xml file
Note: See TracChangeset for help on using the changeset viewer.