Ignore:
Timestamp:
Feb 20, 2013, 8:28:09 AM (11 years ago)
Author:
sommeria
Message:

bugs corrected in browse_data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r548 r570  
    3232svn_info.status=[];
    3333list_fct={...
     34    'browse_data';...% function for scanning directories in a project/campaign
     35    'browse_data.fig';...% GUI corresponding to dataview
    3436    'calc_field_interp';...% defines fields (velocity, vort, div...) from civx data and calculate them
    3537    'calc_field_tps';...% defines fields (velocity, vort, div...) and calculate them
     
    4547    'create_grid';...% called by the GUI geometry_calib to create a physical grid
    4648    'create_grid.fig';...% GUI corresponding to create_grid.m
    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';...
Note: See TracChangeset for help on using the changeset viewer.