Changeset 99 for trunk/src/update_obj.m


Ignore:
Timestamp:
Jun 8, 2010, 5:43:33 PM (14 years ago)
Author:
sommeria
Message:

plot_field.m, update_obj.m do not change figure names
view_field.m,uvmat.m cleaning code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/update_obj.m

    r82 r99  
    7676%         [PlotType,Object_out.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotHandles);
    7777    Object_out.plotaxes=plotaxes;
    78     plotfig=get(plotaxes,'parent');
    79     name_str=get(plotfig,'Name');
    80     if ~isequal(name_str,'uvmat')
    81         set(plotfig,'Name',['Projection on' num2str(IndexObj) '-' ObjectData.Style]);
    82     end
     78%     plotfig=get(plotaxes,'parent');
     79%     name_str=get(plotfig,'Name');
     80%     if ~isequal(name_str,'uvmat')
     81%         set(plotfig,'Name',['Projection on' num2str(IndexObj) '-' ObjectData.Style]);
     82%     end
    8383end
    8484
Note: See TracChangeset for help on using the changeset viewer.