# HG changeset patch # User luisf # Date 1332240059 0 # Node ID d00e97b2f1cb6b2da4ccb25d628d21fa052f347b # Parent d50f5bdbe14c41825b64b07152652341584d72fe Fixed path reference to the current folder in SMALLBoxSetup. diff -r d50f5bdbe14c -r d00e97b2f1cb SMALLboxSetup.m --- a/SMALLboxSetup.m Wed Mar 14 14:42:52 2012 +0000 +++ b/SMALLboxSetup.m Tue Mar 20 10:40:59 2012 +0000 @@ -66,14 +66,10 @@ end - - - -SMALL_path=pwd; +SMALL_path=fileparts(mfilename('fullpath')); SMALL_p=genpath(SMALL_path); addpath(SMALL_p); - %%