Ignore:
Timestamp:
Apr 2, 2021, 3:57:01 PM (3 years ago)
Author:
sommeria
Message:

bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/proj_field.m

    r1095 r1096  
    10741074end
    10751075
    1076 %% initiate Matlab  structure for physical field
     1076%% initiate Matlab  structure for physical fieldopen
    10771077[ProjData,errormsg]=proj_heading(FieldData,ObjectData);
    10781078if ~isempty(errormsg)
     
    12041204    ProjData.VarAttribute{1}.Role='coord_y';
    12051205    ProjData.VarAttribute{2}.Role='coord_x';
     1206    YAttribute=[];
     1207    XAttribute=[];
    12061208    if ~isempty(icell_grid)
    12071209            YAttribute=FieldData.VarAttribute{CellInfo{icell_grid}.CoordIndex(NbDim-1)};
Note: See TracChangeset for help on using the changeset viewer.