comparison SMALLboxInit.m @ 208:36b02a8d0add luisf_dev

merge
author bmailhe
date Wed, 21 Mar 2012 14:13:31 +0000
parents 2882992f9e6e
children a986ee86651e
comparison
equal deleted inserted replaced
207:233e75809e4a 208:36b02a8d0add
1 function SMALLboxInit(varargin)
2 %% SMALLboxInit
3 %
4 % SMALLbox Initialization
5 %
6 % Important: If running SMALLBox for the first time,
7 % please run SMALLboxSetup instead
8
9 %
10 % Centre for Digital Music, Queen Mary, University of London.
11 % This file copyright 2009 Ivan Damnjanovic, Matthew Davies.
12 %
13 % This program is free software; you can redistribute it and/or
14 % modify it under the terms of the GNU General Public License as
15 % published by the Free Software Foundation; either version 2 of the
16 % License, or (at your option) any later version. See the file
17 % COPYING included with this distribution for more information.
18 %
19 %%
20
1 global SMALL_path; 21 global SMALL_path;
2 SMALL_path = fileparts(mfilename('fullpath')); 22 SMALL_path = fileparts(mfilename('fullpath'));
3 23
4 addpath(genpath(SMALL_path)); 24 addpath(genpath(SMALL_path));
25
26 end
27