Changeset 36 for trunk/src/uvmat.m


Ignore:
Timestamp:
Mar 5, 2010, 11:23:19 PM (14 years ago)
Author:
sommeria
Message:

-get_field: functions called by ACTION in the GUI get_field put in the subdirectory get_field (like for series)
-help put in the subdir uvmat_doc, help call in uvmat, civ, geometry calib modified accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r34 r36  
    45084508path_to_uvmat=which ('uvmat');% check the path of uvmat
    45094509pathelp=fileparts(path_to_uvmat);
    4510 helpfile=fullfile(pathelp,'UVMAT_DOC','uvmat_doc.html');
    4511 if isempty(dir(helpfile)), errordlg('Please put the help file uvmat_doc.html in the directory UVMAT/UVMAT_DOC')
    4512 else
     4510helpfile=fullfile(pathelp,'uvmat_doc','uvmat_doc.html');
     4511if isempty(dir(helpfile)), msgbox_uvmat('ERROR','Please put the help file uvmat_doc.html in the sub-directory /uvmat_doc of the UVMAT package')
     4512else
     4513    addpath (fullfile(pathelp,'uvmat_doc'))
    45134514    web(helpfile);
    45144515end
Note: See TracChangeset for help on using the changeset viewer.