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

fixing bug in pruning at order=3

parent f5f5ca1a
Branches
Tags
No related merge requests found
......@@ -159,7 +159,7 @@ for i=1:n1
xx = x(:,m);
y(:,(i-1)*n1*n2+(j-1)*n2+k) = xx;
if j ~= i
y(:,(j-1)*n1*n2+(i-1)*n2+i) = xx;
y(:,(j-1)*n1*n2+(i-1)*n2+k) = xx;
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment