Ignore:
Timestamp:
Jun 11, 2012, 11:44:13 AM (12 years ago)
Author:
sommeria
Message:

bug corrected for BATCH mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/aver_stat.m

    r447 r449  
    5252%% get input parameters, file names and indices
    5353% BATCH  case: read the xml file for batch case
    54 if ischar(Param) && ~isempty(find(regexp('Param','.xml$')))
     54if ischar(Param) && ~isempty(find(regexp(Param,'.xml$')))
    5555    Param=xml2struct(Param);
    5656    checkrun=0;
Note: See TracChangeset for help on using the changeset viewer.