From 18988f66640ea3f16e2f028175f13ec2d325906e Mon Sep 17 00:00:00 2001
From: Jacques Grelet <jacques.grelet@ird.fr>
Date: Thu, 12 Jan 2012 15:17:26 +0000
Subject: [PATCH] change addpath( p, '-END' ); by addpath( p, '-BEGIN' ); When
 Matlab stat toolbox was in matlabpath, there was a conflict with
 tsg_util/nanxxx functions

---
 tsgqc.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsgqc.m b/tsgqc.m
index f44bd2f..f7438d3 100644
--- a/tsgqc.m
+++ b/tsgqc.m
@@ -75,7 +75,7 @@ p = [pathsep,...
   DEFAULT_PATH_FILE,[ 'tsg_data' pathsep],...
   DEFAULT_PATH_FILE,[ 'tsg_io'   pathsep]
   ];
-addpath( p, '-END' );
+addpath( p, '-BEGIN' );
 rehash;
 
 % define 'HandleVisibility' property for all objects
-- 
GitLab