Mercurial > hg > smallbox
diff SMALLboxSetup.m @ 80:16df822019f1
Setup script removed Sparco's RWT from the path
author | Ivan <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Mon, 28 Mar 2011 12:07:07 +0100 |
parents | f69ae88b8be5 |
children | dab78a3598b6 |
line wrap: on
line diff
--- a/SMALLboxSetup.m Mon Mar 28 11:19:41 2011 +0100 +++ b/SMALLboxSetup.m Mon Mar 28 12:07:07 2011 +0100 @@ -105,13 +105,17 @@ cd(SMALL_path); + fprintf('SPARCO Installation Successful!\n'); else fprintf('\n ******************************************************************'); fprintf('\n\n SPARCO and Rice Wavelet Toolbox are already installed'); end %% - + %removing Rice Wavelet tollbox provided with SPARCO from the path, so + %the newer version provided with SMALLbox is used + + rmpath([SMALL_path,FS,'toolboxes',FS,'SPARCO',FS,'sparco-1.2',FS,'tools',FS,'rwt']); if ~exist('spgsetup.m','file') fprintf('\n ******************************************************************');