Mercurial > hg > smallbox
comparison SMALLboxSetup.m @ 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 | 19e0af570914 |
children | 609dc3345ef0 |
comparison
equal
deleted
inserted
replaced
195:d50f5bdbe14c | 197:d00e97b2f1cb |
---|---|
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 | 69 SMALL_path=fileparts(mfilename('fullpath')); |
70 | |
71 | |
72 SMALL_path=pwd; | |
73 SMALL_p=genpath(SMALL_path); | 70 SMALL_p=genpath(SMALL_path); |
74 addpath(SMALL_p); | 71 addpath(SMALL_p); |
75 | |
76 | 72 |
77 %% | 73 %% |
78 | 74 |
79 | 75 |
80 if ~exist('sparcoSetup.m','file') | 76 if ~exist('sparcoSetup.m','file') |