Ignore:
Timestamp:
Mar 16, 2013, 3:46:12 PM (11 years ago)
Author:
sommeria
Message:

various minor corrections made

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r588 r589  
    3232svn_info.status=[];
    3333list_fct={...
    34     'xmltree';...%function for editing xml files (toolbox outside uvmat)
    3534    'browse_data';...% function for scanning directories in a project/campaign
    3635    'browse_data.fig';...% GUI corresponding to dataview
     
    8584    'read_civdata';... reads new civ data from netcdf files
    8685    'read_field';...% read the fields from files in different formats (netcdf files, images, video)
    87 %     'read_get_field';... read the list of selected variables from the GUI get_field (TODO: use read_GUI)
    8886    'read_GUI';... %read a GUI and provide the data as a Matlab structure
    8987    'read_image';...%read images or video objects
     
    133131%% loop on the list of functions in the uvmat package
    134132icount=0;
     133if ~exist('@xmltree','dir')
     134    icount=icount+1;
     135    checkmsg{icount}='ERROR installation: toolbox xmltree missing';
     136end
    135137datnum=zeros(1,length(list_fct));
    136138for i=1:length(list_fct)
Note: See TracChangeset for help on using the changeset viewer.