comparison SMALLboxInit.m @ 202:5bb579c9874e luisf_dev

Merge
author bmailhe
date Tue, 20 Mar 2012 14:51:31 +0000
parents 83af80baf959
children 2882992f9e6e
comparison
equal deleted inserted replaced
201:5140b0e06c22 202:5bb579c9874e
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);