Changeset 1051 for trunk/src/series.m


Ignore:
Timestamp:
Jun 27, 2018, 11:20:37 PM (6 years ago)
Author:
sommeria
Message:

psmsn cluster command updated, pb with multimask solved...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1040 r1051  
    14641464    RunMode=Param.Action.RunMode;
    14651465    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
    14661467end
    14671468ActionExt='.m'; % default
     
    23212322    set(handles.VelType_title,'Visible','on')
    23222323    FieldList=set_field_list('U','V'); % standard menu for civx data
    2323     %CheckList=1;
     2324    if max(get(handles.FieldName,'Value'))>numel(FieldList)
    23242325    set(handles.FieldName,'Value',1); % velocity vector choice by default
     2326    end
    23252327    if  VelTypeRequest_1 && numel(iview_civ)>=2
    23262328        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.