Ignore:
Timestamp:
Jan 29, 2012, 2:32:50 PM (12 years ago)
Author:
sommeria
Message:

read_get_field suppressed, replaced by read_GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/time_series.m

    r374 r381  
    5454if test_object
    5555    hset_object=findobj(allchild(0),'tag','set_object');
    56     ProjObject=read_set_object(guidata(hset_object));
     56%     ProjObject=read_set_object(guidata(hset_object));
     57    ProjObject=read_GUI(hset_object);
    5758    answeryes=msgbox_uvmat('INPUT_Y-N',['field series projected on ' ProjObject.Style]);
    5859    if ~isequal(answeryes,'Yes')
Note: See TracChangeset for help on using the changeset viewer.