Ignore:
Timestamp:
Feb 12, 2015, 9:31:47 PM (9 years ago)
Author:
sommeria
Message:

python option added in series and bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_bounds.m

    r809 r867  
    4141NbDim=max(NbDimArray);% spatial dimension of the input field
    4242imax=find(NbDimArray==NbDim);% indices of field cells to consider
    43 if isfield(Field,'NbDim')
    44     NbDim=double(Field.NbDim);% deal with plane fields containing z coordinates
    45 end
     43% if isfield(Field,'NbDim')
     44%     NbDim=double(Field.NbDim);% deal with plane fields containing z coordinates
     45% end
    4646FieldOut.NbDim=NbDim;
    4747if  NbDim<=1; return; end% stop here for 1D fields
Note: See TracChangeset for help on using the changeset viewer.