Changeset 1072 for trunk/src/get_field.m
- Timestamp:
- Jan 17, 2020, 8:13:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r1071 r1072 317 317 318 318 %% set z coordinate menu if relevant 319 if Field.MaxDim>=3 && prod(Field.DimValue)<10^8 && ~ isempty(ParamIn.Coord_z);% 3D field (with memory content smaller than 400 Mo)319 if Field.MaxDim>=3 && prod(Field.DimValue)<10^8 && ~(isfield(ParamIn,'Coord_z') && isempty(ParamIn.Coord_z)) % 3D field (with memory content smaller than 400 Mo) 320 320 set(handles.Check3D,'Value',1) 321 321 else
Note: See TracChangeset
for help on using the changeset viewer.