We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a106f6 commit 9bcbacfCopy full SHA for 9bcbacf
src/c_interface.jl
@@ -136,7 +136,7 @@ function evaluate_model(
136
zeros(x.field)
137
end
138
139
-Base.@ccallable function eval_model(points::Ptr{CPoints},length::Cint)::Float32
+Base.@ccallable function eval_model(points::Ptr{CPoint},length::Cint)::Float32
140
points = map(unsafe_wrap(Array, points, length)) do p
141
Point3f(p.x,p.y,p.z)
142
end |> Batch
0 commit comments