changeset 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 ee2a4d0f0c4c
children a30e8bd6d948
files SMALLboxSetup.m
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
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 ******************************************************************');