comparison SMALLboxInit.m @ 198:83af80baf959 luisf_dev

Reverted SMALL_two_step to the original version; adds path in the Init script.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 12:29:47 +0000
parents d50f5bdbe14c
children 2882992f9e6e
comparison
equal deleted inserted replaced
197:d00e97b2f1cb 198:83af80baf959
1 global SMALL_path; 1 global SMALL_path;
2 SMALL_path=[fileparts(mfilename('fullpath')) filesep]; 2 SMALL_path = fileparts(mfilename('fullpath'));
3 3
4 % SMALL_p = genpath(SMALL_path); 4 addpath(genpath(SMALL_path));
5 % addpath(SMALL_p);