comparison SMALLboxSetup.m @ 220:0d30f9074dd9

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 11 Apr 2012 15:56:39 +0100
parents 609dc3345ef0
children 1fbd28dfb99e 96d17e5dc5d3
comparison
equal deleted inserted replaced
165:775caafd5651 220:0d30f9074dd9
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')