annotate SMALLboxInit.m @ 204:5fe60504a6a9 luisf_dev

Merge from 203:f3b6ddd2f04f
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 15:53:15 +0000
parents 83af80baf959
children 2882992f9e6e
rev   line source
luis@190 1 global SMALL_path;
luis@198 2 SMALL_path = fileparts(mfilename('fullpath'));
luis@190 3
luis@198 4 addpath(genpath(SMALL_path));