Changeset 76 for trunk/src/series/time_series.m
- Timestamp:
- Mar 31, 2010, 8:18:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r44 r76 35 35 test_object=get(hseries.GetObject,'Value'); 36 36 if test_object 37 hset_object=findobj(allchild(0),' Name','set_object');37 hset_object=findobj(allchild(0),'tag','set_object'); 38 38 ProjObject=read_set_object(guidata(hset_object)); 39 39 %answeryes=questdlg({['field series projected on ' Series.ProjObject.Style]});
Note: See TracChangeset
for help on using the changeset viewer.