Skip to content
Snippets Groups Projects
Commit 0622f01f authored by Marco Ratto's avatar Marco Ratto
Browse files

filter out t=1 when storing aalphahat and eetahat

parent b90dff19
Branches
Tags
1 merge request!2123occbin enhancements and bug fixes
......@@ -387,7 +387,7 @@ while notsteady && t<smpl
return
end
if smoother_redux
if smoother_redux && t>1
aalphahat(:,t-1) = aha(:,1);
eetahat(:,t) = etaha(:,2);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment