Changeset 1096 for trunk/src/proj_field.m
- Timestamp:
- Apr 2, 2021, 3:57:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/proj_field.m
r1095 r1096 1074 1074 end 1075 1075 1076 %% initiate Matlab structure for physical field 1076 %% initiate Matlab structure for physical fieldopen 1077 1077 [ProjData,errormsg]=proj_heading(FieldData,ObjectData); 1078 1078 if ~isempty(errormsg) … … 1204 1204 ProjData.VarAttribute{1}.Role='coord_y'; 1205 1205 ProjData.VarAttribute{2}.Role='coord_x'; 1206 YAttribute=[]; 1207 XAttribute=[]; 1206 1208 if ~isempty(icell_grid) 1207 1209 YAttribute=FieldData.VarAttribute{CellInfo{icell_grid}.CoordIndex(NbDim-1)};
Note: See TracChangeset
for help on using the changeset viewer.