Changeset 460 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jun 20, 2012, 12:01:16 PM (12 years ago)
Author:
sommeria
Message:

cleaning and bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r456 r460  
    228228
    229229%% set functions for the mouse and keyboard
    230 % set(handles.histo_u,'NextPlot','replacechildren');
    231 % set(handles.histo_v,'NextPlot','replacechildren');
    232230set(hObject,'KeyPressFcn',{'keyboard_callback',handles})%set keyboard action function
    233231set(hObject,'WindowButtonMotionFcn',{'mouse_motion',handles})%set mouse action functio
     
    237235
    238236%% refresh projection plane
    239 % UvData.Object{1}.ProjMode='projection';%main plotting plane
    240 % UvData.Object{1}.DisplayHandle.uvmat=handles.axes3;
    241 % UvData.Object{1}.DisplayHandle.view_field=[];
    242237set(handles.ListObject,'Value',1)% default: empty projection objectproj_field
    243238set(handles.ListObject,'String',{'plane'})
     
    306301Field=[];
    307302if exist('input','var')
    308 %     if ~isempty(errormsg)
    309 %         msgbox_uvmat('WARNING',errormsg)
    310 %     end
    311303    if ishandle(handles.UVMAT_title)
    312304        delete(handles.UVMAT_title)
     
    921913    if ~exist(filexml,'file')
    922914        filexml=fullfile(RootPath,SubDir,[RootFile '.civ']); % very old convention: .civ file
    923         if ~exist(filexml,'file')
     915        if exist(filexml,'file')
    924916            DocExt='.civ';
    925917        else
Note: See TracChangeset for help on using the changeset viewer.