Changeset 598 for trunk/src/fill_GUI.m


Ignore:
Timestamp:
Apr 2, 2013, 9:13:42 AM (11 years ago)
Author:
sommeria
Message:

various bugs repaired . civ_series further developed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fill_GUI.m

    r591 r598  
    1414%------------------------------------------------------------------------
    1515errormsg='';
    16 handles=guidata(GUI_handle);
     16%handles=guidata(GUI_handle);
     17            children=get(GUI_handle,'children');
     18            for ichild=1:numel(children)
     19                handles.(get(children(ichild),'tag'))=children(ichild);
     20            end
    1721UserData=get(GUI_handle,'UserData');
    1822fields=fieldnames(Param);%list of fields in Param
Note: See TracChangeset for help on using the changeset viewer.