Skip to content
Snippets Groups Projects
Commit 18988f66 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

change addpath( p, '-END' ); by addpath( p, '-BEGIN' );

When Matlab stat toolbox was in matlabpath, there was a conflict with tsg_util/nanxxx functions
parent 5c8ff7c0
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ p = [pathsep,... ...@@ -75,7 +75,7 @@ p = [pathsep,...
DEFAULT_PATH_FILE,[ 'tsg_data' pathsep],... DEFAULT_PATH_FILE,[ 'tsg_data' pathsep],...
DEFAULT_PATH_FILE,[ 'tsg_io' pathsep] DEFAULT_PATH_FILE,[ 'tsg_io' pathsep]
]; ];
addpath( p, '-END' ); addpath( p, '-BEGIN' );
rehash; rehash;
% define 'HandleVisibility' property for all objects % define 'HandleVisibility' property for all objects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment