Changeset 1144 for trunk/src/plot_field.m
- Timestamp:
- May 13, 2024, 9:49:09 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r1143 r1144 730 730 end 731 731 end 732 733 % if ~(isfield(PlotParam.Vectors,'CheckHideWarning') && isequal(PlotParam.Vectors.CheckHideWarning,1)) 734 % test_black=1; 735 % end 736 732 737 733 if ~isempty(ivar_FF_vec) %&& ~test_false 738 734 vec_FF=Data.(Data.ListVarName{ivar_FF_vec}); % flags for false vectors 739 735 if ~isempty(ivar_F)%~(isfield(PlotParam.Vectors,'HideWarning')&& isequal(PlotParam.Vectors.HideWarning,1)) 740 736 vec_F=Data.(Data.ListVarName{ivar_F}); % warning flags for dubious vectors 741 vec_FF(find(vec_F==-2))= -2;%set alseFlag to -2(edge of the search box)737 vec_FF(find(vec_F==-2))=1;%set alseFlag to 1(edge of the search box) 742 738 end 743 739 end
Note: See TracChangeset
for help on using the changeset viewer.