Changeset 427 for trunk/src/read_GUI.m


Ignore:
Timestamp:
May 17, 2012, 11:33:21 PM (12 years ago)
Author:
sommeria
Message:

merge_proj corrected to project simulataneously velocity, vort, div...
Time reintroduced correctly
bug corrections for objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_GUI.m

    r395 r427  
    5555                        value=get(hchild(ichild),'Value');
    5656                        if ~isempty(listinput)
     57                            if numel(value)==1% single selection
    5758                            input=listinput{value};
     59                            else % multiple selection
     60                              input=listinput(value); 
     61                            end
    5862                        else
    5963                            check_input=0;
Note: See TracChangeset for help on using the changeset viewer.