Changeset 276 for trunk/src/series.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/series.m

    r252 r276  
    135135[path_series,name,ext]=fileparts(which('series'));
    136136path_series=fullfile(path_series,'series');%path of the function 'series'
    137 path_transform=fullfile(path_series,'transform_field');%path of the field transform functions
     137addpath path_series ; %add the path to UVMAT, (useful in case of change of working directory after civ has been s opened in the working directory)
     138path_transform=fullfile(path_series,'transform_field');%path to the field transform functions
    138139for ilist=1:length(fct_menu)
    139140    fct_path{ilist,1}=path_series;%paths of the fuctions buil-in in 'series.m'
Note: See TracChangeset for help on using the changeset viewer.