# HG changeset patch # User idamnjanovic # Date 1300891000 0 # Node ID f6cedfec9ffbaa4b495e2f071a728811fa7508f1 # Parent fb32456fba2c99a7173d571826eb2c148a6c5b59 diff -r fb32456fba2c -r f6cedfec9ffb solvers/SMALL_chol.m --- a/solvers/SMALL_chol.m Wed Mar 23 14:36:25 2011 +0000 +++ b/solvers/SMALL_chol.m Wed Mar 23 14:36:40 2011 +0000 @@ -37,8 +37,8 @@ try DictT=varargin{1}; if isa(DictT,'function_handle'); - D=@(z)Dict(z,1); - Dt=@(z)Dict(z,2); + D=Dict; + Dt=DictT; else error('If Dictionary is a function handle,Transpose Dictionary also needs to be a function handle. '); end