Changeset 506


Ignore:
Timestamp:
Jul 27, 2012, 10:22:17 AM (12 years ago)
Author:
sommeria
Message:

bugs repaired in civ. check_files updated: check of compiled fcts included

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r505 r506  
    4545    'create_grid';...% called by the GUI geometry_calib to create a physical grid
    4646    'create_grid.fig';...% GUI corresponding to create_grid.m
    47     'dataview';...% function for scanning directories in a campaign
    48     'dataview.fig';...% GUI corresponding to dataview
     47    'datatree_browser';...% function for scanning directories in a project
     48    'datatree_browser.fig';...% GUI corresponding to dataview
    4949    'delete_object';...%delete a projection object, defined by its index in the Uvmat list or by its graphic handle
    5050    'displ_uvmat';...
  • trunk/src/civ.m

    r505 r506  
    107107    set(handles.RunMode,'String',{'local';'background';'cluster'})
    108108end
    109 % if isfield(sparam.RunParam,'CivBin')
    110 %     if ~exist(sparam.RunParam.CivBin,'file')
    111 %         sparam.RunParam.CivBin=fullfile(path_civ,sparam.RunParam.CivBin);
    112 %     end
    113 % else
    114 %     sparam.RunParam.CivBin='';
    115 % end
    116109
    117110%% load the list of previously browsed files in the upper bar menu Open/
     
    136129    set(handles.RootPath,'BackgroundColor',[1 1 1])%paint RootName back to white to indicate that the file input is finished
    137130end
     131Program_Callback([],[], handles)
    138132
    139133%------------------------------------------------------------------------
     
    351345    if isempty(regexp(NomTypeInput,'[ab|AB|-]', 'once'))
    352346        set(handles.ListCompareMode,'Value',2) %mode displacement advised if the nomencalture does not involve index pairs
    353       %  [RootPath,SubDir]=fileparts(RootPath);
    354347        set(handles.RootFile_1,'Visible','On');
    355348    else
Note: See TracChangeset for help on using the changeset viewer.