comparison SMALLboxInit.m @ 224:fd0b5d36f6ad danieleb

Updated the contents of this branch with the contents of the default branch.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 12 Apr 2012 13:52:28 +0100
parents a986ee86651e
children
comparison
equal deleted inserted replaced
196:82b0d3f982cb 224:fd0b5d36f6ad
1 %% SMALLboxInit
2 %
3 % SMALLbox Initialization
4 %
5 % Important: If running SMALLBox for the first time,
6 % please run SMALLboxSetup instead
7
8 %
9 % Centre for Digital Music, Queen Mary, University of London.
10 % This file copyright 2009 Ivan Damnjanovic, Matthew Davies.
11 %
12 % This program is free software; you can redistribute it and/or
13 % modify it under the terms of the GNU General Public License as
14 % published by the Free Software Foundation; either version 2 of the
15 % License, or (at your option) any later version. See the file
16 % COPYING included with this distribution for more information.
17 %
18 %%
19
20 global SMALL_path;
21 SMALL_path = fileparts(mfilename('fullpath'));
22
23 addpath(genpath(SMALL_path));
24
25