changeset 197:d00e97b2f1cb luisf_dev

Fixed path reference to the current folder in SMALLBoxSetup.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 10:40:59 +0000
parents d50f5bdbe14c
children 83af80baf959
files SMALLboxSetup.m
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/SMALLboxSetup.m	Wed Mar 14 14:42:52 2012 +0000
+++ b/SMALLboxSetup.m	Tue Mar 20 10:40:59 2012 +0000
@@ -66,14 +66,10 @@
 
 end
 
-
-
-
-SMALL_path=pwd;
+SMALL_path=fileparts(mfilename('fullpath'));
 SMALL_p=genpath(SMALL_path);
 addpath(SMALL_p);
 
-
 %%