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

    r208 r381  
    3838if test_object%isfield(Series,'sethandles')
    3939    hset_object=findobj(allchild(0),'tag','set_object');
    40     ProjObject=read_set_object(guidata(hset_object));
     40%     ProjObject=read_set_object(guidata(hset_object));
     41    ProjObject=read_GUI(hset_object);
    4142    if ~strcmp(ProjObject.Style,'volume')&&~strcmp(ProjObject.ProjMode,'interp')
    4243        msgbox_uvmat('ERROR',['a volume with projection mode interp must be defined']);
Note: See TracChangeset for help on using the changeset viewer.