Changeset 276 for trunk/src/uvmat.m


Ignore:
Timestamp:
Nov 18, 2011, 10:45:09 AM (12 years ago)
Author:
sommeria
Message:

further cleaning after new GUI civ: rationalisation of check_Grid and txt_gridName
records the path of uvmat, series, civ, by addpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r271 r276  
    242242UvData.OpenParam.NbBuiltin=numel(menu_str); %number of functions
    243243path_uvmat=fileparts(which('uvmat'));
    244 addpath(fullfile(path_uvmat,'transform_field'))
     244addpath (path_uvmat) ; %add the path to UVMAT, (useful in case of change of working directory after civ has been s opened in the working directory)
     245addpath(fullfile(path_uvmat,'transform_field'))%add the path to transform functions,
    245246fct_handle{1,1}=[];
    246247testexist=zeros(size(menu_str'));%default
Note: See TracChangeset for help on using the changeset viewer.