Changeset 525 for trunk/src/plot_field.m
- Timestamp:
- Aug 19, 2012, 1:07:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r517 r525 278 278 end 279 279 end 280 if ~checkancillary% does not display variables with attribute '.Role=ancillary'280 % if ~checkancillary% does not display variables with attribute '.Role=ancillary' 281 281 VarName=FieldData.ListVarName{VarIndex(ivar)}; 282 282 VarValue=FieldData.(VarName); … … 289 289 txt_cell=[txt_cell;{txt}]; 290 290 end 291 end291 % end 292 292 end 293 293 end
Note: See TracChangeset
for help on using the changeset viewer.