Ignore:
Timestamp:
Jul 15, 2013, 2:50:08 PM (11 years ago)
Author:
sommeria
Message:

a few bugs corrected.
multimask introduced in series
displ_uvmat transformed into disp_uvmat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_bounds.m

    r654 r667  
    1212
    1313function FieldOut=find_field_bounds(Field)
     14
    1415FieldOut=Field;%default
    1516%% analyse input field
     
    2526    NbDim=double(Field.NbDim);% deal with plane fields containing z coordinates
    2627end
     28FieldOut.NbDim=NbDim;
     29if  NbDim<=1; return; end% stop here for 1D fields
    2730
    2831%% get bounds and mesh (needed  to propose default options for projection objects)
Note: See TracChangeset for help on using the changeset viewer.