Changeset 667 for trunk/src/find_field_bounds.m
- Timestamp:
- Jul 15, 2013, 2:50:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_field_bounds.m
r654 r667 12 12 13 13 function FieldOut=find_field_bounds(Field) 14 14 15 FieldOut=Field;%default 15 16 %% analyse input field … … 25 26 NbDim=double(Field.NbDim);% deal with plane fields containing z coordinates 26 27 end 28 FieldOut.NbDim=NbDim; 29 if NbDim<=1; return; end% stop here for 1D fields 27 30 28 31 %% get bounds and mesh (needed to propose default options for projection objects)
Note: See TracChangeset
for help on using the changeset viewer.