Changeset 896 for trunk/src/read_field.m
- Timestamp:
- May 23, 2015, 5:09:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_field.m
r890 r896 167 167 UName=''; 168 168 VName=''; 169 if numel(Field.ListVarName)>NbCoord % if there are variables beyond coord (1 D plots) 169 170 for ilist=1:numel(ListVar) 170 171 Field.VarAttribute{ilist+NbCoord}.Role=Role{ilist}; … … 189 190 end 190 191 end 192 191 193 if ~isempty(NormName)% remove U and V if norm has been calculated and U and V are not needed as variables 192 194 ind_var_U=find(strcmp(UName,ListVar));%check previous listing of variable r.UName … … 216 218 Field.VarAttribute=[cell(1,numel(Field.ListDimName)) Field.VarAttribute] 217 219 end 220 end 218 221 case 'video' 219 222 if strcmp(class(ParamIn),'VideoReader')
Note: See TracChangeset
for help on using the changeset viewer.