Ignore:
Timestamp:
May 20, 2016, 6:19:16 PM (8 years ago)
Author:
sommeria
Message:

merge_proj_polar updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_cells.m

    r924 r944  
    263263        if ~isempty(ind_dim)
    264264            DimIndices=[DimIndices ind_dim]; %update the list of dim indices included in DimCell
    265             if check_var && CoordSize(ind_dim)==2 % determine the size of the coordinate in case of coordinate definition limited to lower and upper bounds
     265            if check_var & CoordSize(ind_dim)==2 % determine the size of the coordinate in case of coordinate definition limited to lower and upper bounds
    266266                if isvector(Data.(ListVarName{ivardim}))
    267267                    if numel(Data.(ListVarName{ivardim}))>2
Note: See TracChangeset for help on using the changeset viewer.