diff SMALLboxInit.m @ 198:83af80baf959 luisf_dev

Reverted SMALL_two_step to the original version; adds path in the Init script.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 12:29:47 +0000
parents d50f5bdbe14c
children 2882992f9e6e
line wrap: on
line diff
--- a/SMALLboxInit.m	Tue Mar 20 10:40:59 2012 +0000
+++ b/SMALLboxInit.m	Tue Mar 20 12:29:47 2012 +0000
@@ -1,5 +1,4 @@
 global SMALL_path;
-SMALL_path=[fileparts(mfilename('fullpath')) filesep];
+SMALL_path = fileparts(mfilename('fullpath'));
 
-% SMALL_p = genpath(SMALL_path);
-% addpath(SMALL_p);
+addpath(genpath(SMALL_path));