Changeset 1095 for trunk/src/find_field_bounds.m
- Timestamp:
- Mar 31, 2021, 3:32:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_field_bounds.m
r1093 r1095 119 119 FieldOut.ProjModeRequest='interp_tps'; 120 120 end 121 if strcmp(CellInfo{imax(ind)}.ProjModeRequest,'interp_lin')&& ~strcmp(FieldOut.ProjModeRequest,'interp_tps')122 FieldOut.ProjModeRequest='interp_lin';123 end121 % if strcmp(CellInfo{imax(ind)}.ProjModeRequest,'interp_lin')&& ~strcmp(FieldOut.ProjModeRequest,'interp_tps') 122 % FieldOut.ProjModeRequest='interp_lin'; 123 % end 124 124 end 125 125 end
Note: See TracChangeset
for help on using the changeset viewer.