Skip to content

Commit 2710c1c

Browse files
committed
bug fix
1 parent b5331ac commit 2710c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UserFunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function _transformPointCloud(
5050
)
5151
#
5252
#dest points
53-
aP_dest = Vector{MVector(zeros(length(bP_src[1]))...)}(undef,length(bP_src))
53+
aP_dest = Vector{MVector{length(bP_src[1]),Float64}}(undef,length(bP_src))
5454
_transformPointCloud!(M, aP_dest, bP_src, aCb; kw...)
5555
end
5656

0 commit comments

Comments
 (0)