Changeset 406 for trunk/src/view_field.m


Ignore:
Timestamp:
May 3, 2012, 7:30:05 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected in civ_matlab and object projection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r405 r406  
    8787set(hObject,'WindowButtonDownFcn',{'mouse_down'})%set mouse click action function
    8888set(hObject,'WindowButtonUpFcn',{'mouse_up',handles_mouse})
    89 set(hObject,'CloseRequestFcn',{@closefcn})%
     89set(hObject,'DeleteFcn',{@closefcn})%
    9090ViewFieldData.axes3=[];%initiates the record of the current field (will be updated by plot_field)
    9191set(handles.view_field,'UserData',ViewFieldData);%store the current field
Note: See TracChangeset for help on using the changeset viewer.