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/merge_proj.m

    r374 r381  
    5353if test_object
    5454    hset_object=findobj(allchild(0),'tag','set_object');
    55     ProjObject=read_set_object(guidata(hset_object));
     55    %ProjObject=read_set_object(guidata(hset_object));
     56    ProjObject=read_GUI(hset_object);
    5657    if ~isfield(ProjObject,'Style')
    5758            msgbox_uvmat('ERROR','Undefined projection object style')
Note: See TracChangeset for help on using the changeset viewer.