Changeset 463 for trunk/src


Ignore:
Timestamp:
Jun 21, 2012, 11:38:42 AM (12 years ago)
Author:
sommeria
Message:

a few bug repairs and update in the series fcts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r461 r463  
    272272     Param=xml2struct(fileinput);
    273273    fill_GUI(Param,handles);%fill the GUI with the parameters retrieved from the xml file
     274    if isfield(Param,'CheckObject')&& Param.CheckObject
     275        set_object(Param.ProjObject)
     276    end
    274277    return
    275278elseif isequal(ext,'.xls')
Note: See TracChangeset for help on using the changeset viewer.