# HG changeset patch # User Ivan # Date 1301310427 -3600 # Node ID 16df822019f182a3fcb02b5937ca09926478cc7f # Parent ee2a4d0f0c4cde7e7b49817d29b3ff0572e4c2bb Setup script removed Sparco's RWT from the path diff -r ee2a4d0f0c4c -r 16df822019f1 SMALLboxSetup.m --- 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 ******************************************************************');