Changeset 783 for trunk/src/series/time_series.m
- Timestamp:
- Jun 5, 2014, 10:39:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r768 r783 124 124 return 125 125 end 126 [FileType{iview},FileInfo{iview},MovieObject{iview}]=get_file_type(filecell{iview,1}); 126 [FileInfo{iview},MovieObject{iview}]=get_file_type(filecell{iview,1}); 127 FileType{iview}=FileInfo{iview}.FileType; 127 128 if strcmp(FileType{iview},'civdata')||strcmp(FileType{iview},'civx') 128 129 if ~isfield(Param.InputFields,'VelType')
Note: See TracChangeset
for help on using the changeset viewer.