Changeset 517 for trunk/src/read_GUI.m


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

various bugs corrected. get_field now used in a passive way from uvmat: variable names are transferred from get_field to uvmat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_GUI.m

    r516 r517  
    6060                                    input=listinput;
    6161                                else
    62                             input=listinput{value};
     62                                    input=listinput{value};
    6363                                end
    6464                            else % multiple selection
    65                               input=listinput(value); 
     65                                input=listinput(value);
    6666                            end
    6767                        else
Note: See TracChangeset for help on using the changeset viewer.