annotate SMALLboxInit.m @ 197:d00e97b2f1cb luisf_dev

Fixed path reference to the current folder in SMALLBoxSetup.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 10:40:59 +0000
parents d50f5bdbe14c
children 83af80baf959
rev   line source
luis@190 1 global SMALL_path;
daniele@195 2 SMALL_path=[fileparts(mfilename('fullpath')) filesep];
luis@190 3
luis@190 4 % SMALL_p = genpath(SMALL_path);
luis@190 5 % addpath(SMALL_p);