@ -119,7 +119,7 @@ ID(n::Int) = eye(Int, n)
function ID(n::Int, p::Int)
p==0 && return ID(n)
return [Mod(x,p) for x in eye(Int,N)]
return [Mod(x,p) for x in eye(Int,n)]
end
The note is not visible to the blocked user.