diff SMALLboxSetup.m @ 224:fd0b5d36f6ad danieleb

Updated the contents of this branch with the contents of the default branch.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 12 Apr 2012 13:52:28 +0100
parents 609dc3345ef0
children 1fbd28dfb99e 96d17e5dc5d3
line wrap: on
line diff
--- a/SMALLboxSetup.m	Wed Mar 14 16:31:38 2012 +0000
+++ b/SMALLboxSetup.m	Thu Apr 12 13:52:28 2012 +0100
@@ -66,14 +66,11 @@
 
 end
 
-
-
-
-SMALL_path=pwd;
+global SMALL_path;
+SMALL_path=fileparts(mfilename('fullpath'));
 SMALL_p=genpath(SMALL_path);
 addpath(SMALL_p);
 
-
 %%