Ignore:
Timestamp:
Mar 31, 2010, 8:18:15 PM (14 years ago)
Author:
sommeria
Message:

minor bug repairs. Projection on any abject inside the main uvmat axes is now possible
aver_stat, time_series, merge_proj: set_object now called by tag instead of name (which depends on the object)

File:
1 edited

Legend:

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

    r55 r76  
    3636test_object=get(hseries.GetObject,'Value');
    3737if test_object%isfield(Series,'sethandles')
    38     hset_object=findobj(allchild(0),'Name','set_object');
     38    hset_object=findobj(allchild(0),'tag','set_object');
    3939    ProjObject=read_set_object(guidata(hset_object));
    4040    %answeryes=questdlg({['field series projected on ' Series.ProjObject.Style]});
Note: See TracChangeset for help on using the changeset viewer.