Changeset 894 for trunk/src/uvmat.m


Ignore:
Timestamp:
May 4, 2015, 9:59:57 PM (9 years ago)
Author:
sommeria
Message:

extract rdvision new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r892 r894  
    34853485% time in the input file, not defined in a xml file or movie
    34863486if isempty(abstime)
    3487     if strcmp(TimeName,'civdata')||strcmp(TimeName,'civx')||strcmp(TimeName,'timestamp')
     3487    if (strcmp(TimeName,'civdata')||strcmp(TimeName,'civx')||strcmp(TimeName,'timestamp'))&&isfield(Field{1},'Time')
    34883488        abstime=Field{1}.Time;
    34893489    elseif ~isempty(regexp(TimeName,'^att:', 'once'))
Note: See TracChangeset for help on using the changeset viewer.