comparison SMALLboxSetup.m @ 224:fd0b5d36f6ad danieleb

Updated the contents of this branch with the contents of the default branch.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 12 Apr 2012 13:52:28 +0100
parents 609dc3345ef0
children 1fbd28dfb99e 96d17e5dc5d3
comparison
equal deleted inserted replaced
196:82b0d3f982cb 224:fd0b5d36f6ad
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 global SMALL_path;
70 70 SMALL_path=fileparts(mfilename('fullpath'));
71
72 SMALL_path=pwd;
73 SMALL_p=genpath(SMALL_path); 71 SMALL_p=genpath(SMALL_path);
74 addpath(SMALL_p); 72 addpath(SMALL_p);
75
76 73
77 %% 74 %%
78 75
79 76
80 if ~exist('sparcoSetup.m','file') 77 if ~exist('sparcoSetup.m','file')