changeset 205:609dc3345ef0 luisf_dev

Sets up the SMALL_path variable in the Setup script.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 16:06:48 +0000
parents 5fe60504a6a9
children 2882992f9e6e
files SMALLboxSetup.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/SMALLboxSetup.m	Tue Mar 20 15:53:15 2012 +0000
+++ b/SMALLboxSetup.m	Tue Mar 20 16:06:48 2012 +0000
@@ -66,6 +66,7 @@
 
 end
 
+global SMALL_path;
 SMALL_path=fileparts(mfilename('fullpath'));
 SMALL_p=genpath(SMALL_path);
 addpath(SMALL_p);