Changeset 1051 for trunk/src/series.m
- Timestamp:
- Jun 27, 2018, 11:20:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r1040 r1051 1464 1464 RunMode=Param.Action.RunMode; 1465 1465 Param.Action=rmfield(Param.Action,'RunMode'); % remove from the recorded xml file to avoid interference during ImportConfig 1466 Param.RunMode=RunMode; % keep track of the mode 1466 1467 end 1467 1468 ActionExt='.m'; % default … … 2321 2322 set(handles.VelType_title,'Visible','on') 2322 2323 FieldList=set_field_list('U','V'); % standard menu for civx data 2323 %CheckList=1;2324 if max(get(handles.FieldName,'Value'))>numel(FieldList) 2324 2325 set(handles.FieldName,'Value',1); % velocity vector choice by default 2326 end 2325 2327 if VelTypeRequest_1 && numel(iview_civ)>=2 2326 2328 menu=set_veltype_display(SeriesData.FileInfo{iview_civ(2)}.CivStage,SeriesData.FileType{iview_civ(2)});
Note: See TracChangeset
for help on using the changeset viewer.