We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5331ac commit 2710c1cCopy full SHA for 2710c1c
1 file changed
src/UserFunctions.jl
@@ -50,7 +50,7 @@ function _transformPointCloud(
50
)
51
#
52
#dest points
53
- aP_dest = Vector{MVector(zeros(length(bP_src[1]))...)}(undef,length(bP_src))
+ aP_dest = Vector{MVector{length(bP_src[1]),Float64}}(undef,length(bP_src))
54
_transformPointCloud!(M, aP_dest, bP_src, aCb; kw...)
55
end
56
0 commit comments