comparison SMALLboxSetup.m @ 202:5bb579c9874e luisf_dev

Merge
author bmailhe
date Tue, 20 Mar 2012 14:51:31 +0000
parents d00e97b2f1cb
children 609dc3345ef0
comparison
equal deleted inserted replaced
201:5140b0e06c22 202:5bb579c9874e
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')