Changeset 603 for trunk/src/fill_GUI.m


Ignore:
Timestamp:
Apr 4, 2013, 12:08:47 PM (11 years ago)
Author:
sommeria
Message:

bugs corrected, improvement of civ_input GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fill_GUI.m

    r598 r603  
    1616%handles=guidata(GUI_handle);
    1717            children=get(GUI_handle,'children');
     18             handles=[];
    1819            for ichild=1:numel(children)
    1920                handles.(get(children(ichild),'tag'))=children(ichild);
Note: See TracChangeset for help on using the changeset viewer.