Changeset 402 for trunk/src/plot_field.m
- Timestamp:
- Apr 29, 2012, 11:29:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r397 r402 531 531 for icell=1:length(CellVarIndex) % length(CellVarIndex) =1 or 2 (from the calling function) 532 532 VarType=VarTypeCell{icell}; 533 if ~isempty(VarType.coord_tps) 534 continue 535 end 533 536 ivar_X=VarType.coord_x; % defines (unique) index for the variable representing unstructured x coordinate (default =[]) 534 537 ivar_Y=VarType.coord_y; % defines (unique)index for the variable representing unstructured y coordinate (default =[])
Note: See TracChangeset
for help on using the changeset viewer.