# HG changeset patch # User luisf # Date 1332259608 0 # Node ID 609dc3345ef05da5ff1deb307188c4ea3379b789 # Parent 5fe60504a6a9e3ab85f6d8f9d4c77670b70f32ac Sets up the SMALL_path variable in the Setup script. diff -r 5fe60504a6a9 -r 609dc3345ef0 SMALLboxSetup.m --- 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);