diff SMALLboxInit.m @ 216:a986ee86651e luisf_dev

Calls SMALLboxInit in the beginning of both solve and learn, in order not to lose the SMALL_path variable.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 22 Mar 2012 11:41:04 +0000
parents 2882992f9e6e
children
line wrap: on
line diff
--- a/SMALLboxInit.m	Wed Mar 21 18:28:43 2012 +0000
+++ b/SMALLboxInit.m	Thu Mar 22 11:41:04 2012 +0000
@@ -1,4 +1,3 @@
-function SMALLboxInit(varargin)
 %%  SMALLboxInit
 %
 %   SMALLbox Initialization
@@ -23,5 +22,4 @@
 
 addpath(genpath(SMALL_path));
 
-end