Mercurial > hg > smallbox
comparison SMALLboxSetup.m @ 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 | d00e97b2f1cb |
children | 1fbd28dfb99e 96d17e5dc5d3 |
comparison
equal
deleted
inserted
replaced
204:5fe60504a6a9 | 205:609dc3345ef0 |
---|---|
64 else | 64 else |
65 fprintf('\n\n Installation now beginning...'); | 65 fprintf('\n\n Installation now beginning...'); |
66 | 66 |
67 end | 67 end |
68 | 68 |
69 global SMALL_path; | |
69 SMALL_path=fileparts(mfilename('fullpath')); | 70 SMALL_path=fileparts(mfilename('fullpath')); |
70 SMALL_p=genpath(SMALL_path); | 71 SMALL_p=genpath(SMALL_path); |
71 addpath(SMALL_p); | 72 addpath(SMALL_p); |
72 | 73 |
73 %% | 74 %% |