Changeset 1081 for trunk/src/get_field.m
- Timestamp:
- May 28, 2020, 5:30:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r1080 r1081 629 629 630 630 %% set default selection for grid coordinates 631 if ~isempty(var_coord) 631 632 coord_val(1)=var_coord(end); 632 633 coord_val(2)=var_coord(end-1); 633 634 if numel(var_coord)>=3 634 635 coord_val(3)=var_coord(end-2); 636 end 635 637 end 636 638 % if numel(find(test_coord))>3
Note: See TracChangeset
for help on using the changeset viewer.