Changeset 548 for trunk/src/civ.m


Ignore:
Timestamp:
Oct 10, 2012, 11:25:35 PM (12 years ago)
Author:
sommeria
Message:

various bug repairs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r547 r548  
    37763776    set(0,'CurrentFigure',hview_field)
    37773777    hhview_field=guihandles(hview_field);
    3778     set(hview_field,'CurrentAxes',hhview_field.axes3)
     3778    set(hview_field,'CurrentAxes',hhview_field.PlotAxes)
    37793779    ViewData=get(hview_field,'UserData');
    37803780    ViewData.CivHandle=handles.civ;% indicate the handle of the civ GUI in view_field
    3781     ViewData.axes3.B=imread(filecell.ima2.civ1{1});%store the second image in the UserData of the GUI view_field
    3782     ViewData.axes3.X=Grid.Civ1_X; %keep the set of points in memeory
    3783     ViewData.axes3.Y=Grid.Civ1_Y;
     3781    ViewData.PlotAxes.B=imread(filecell.ima2.civ1{1});%store the second image in the UserData of the GUI view_field
     3782    ViewData.PlotAxes.X=Grid.Civ1_X; %keep the set of points in memeory
     3783    ViewData.PlotAxes.Y=Grid.Civ1_Y;
    37843784    set(hview_field,'UserData',ViewData)
    37853785    corrfig=findobj(allchild(0),'tag','corrfig');% look for a current figure for image correlation display
Note: See TracChangeset for help on using the changeset viewer.