Changeset 516 for trunk/src/read_GUI.m


Ignore:
Timestamp:
Aug 16, 2012, 8:47:11 AM (12 years ago)
Author:
sommeria
Message:

various bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_GUI.m

    r497 r516  
    5757                        if ~isempty(listinput)
    5858                            if numel(value)==1% single selection
     59                                if ischar(listinput)
     60                                    input=listinput;
     61                                else
    5962                            input=listinput{value};
     63                                end
    6064                            else % multiple selection
    6165                              input=listinput(value); 
Note: See TracChangeset for help on using the changeset viewer.