Changeset 894 for trunk/src/uvmat.m
- Timestamp:
- May 4, 2015, 9:59:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r892 r894 3485 3485 % time in the input file, not defined in a xml file or movie 3486 3486 if 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') 3488 3488 abstime=Field{1}.Time; 3489 3489 elseif ~isempty(regexp(TimeName,'^att:', 'once'))
Note: See TracChangeset
for help on using the changeset viewer.