Skip to content
Snippets Groups Projects
Commit f0d1f033 authored by MichelJuillard's avatar MichelJuillard
Browse files

correcting bug in univariate diffuse filter with presample

parent 1f055cd5
Branches
Tags
No related merge requests found
......@@ -165,7 +165,7 @@ dlikk = .5*dlikk(1:s);
llik = .5*llik(1:s,:);
if presample
if presample>=length(dlik)
if presample>=length(dlikk)
dLIK = 0;
dlikk= [];
llik = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment