Changeset 515 for trunk/src/plot_field.m
- Timestamp:
- Aug 15, 2012, 11:36:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r512 r515 122 122 return 123 123 end 124 index_2D=find(NbDim==2 ,2);%find 2D fields (at most 2)124 index_2D=find(NbDim==2);%find 2D fields 125 125 index_3D=find(NbDim>2,1); 126 126 if ~isempty(index_3D) … … 560 560 if ~isempty(ivar_U) && ~isempty(ivar_V)% vector components detected 561 561 if test_vec 562 errormsg='error in plot_field: attempt to plot two vector fields ';562 errormsg='error in plot_field: attempt to plot two vector fields: to get the difference project on a plane with mode interp'; 563 563 return 564 564 else
Note: See TracChangeset
for help on using the changeset viewer.