Skip to content

Commit 2c5038b

Browse files
authored
Merge pull request #51 from mkarikom/gpla_e_fix
define new cell array ind2depo
2 parents fc1e67f + f0cab00 commit 2c5038b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gp/gpla_e.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@
21262126
h = -gp.lik.fh.llg2(gp.lik, y, f', 'latent', z);
21272127
end
21282128
function ikf = iKf(f, varargin)
2129-
2129+
ind2depo = {}
21302130
switch gp.type
21312131
case {'PIC' 'PIC_BLOCK'}
21322132
iLaf = zeros(size(f));

0 commit comments

Comments
 (0)