Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Oct 15, 2024
1 parent a9e0c4c commit feec157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/manifold3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ struct nb::detail::type_caster<glm::mat<C, R, T, Q>> {
}
}
numpy_type arr{buffer, {R, C}, std::move(mem_mgr)};
return ndarray_export(arr.handle(), numpy::value, policy, cleanup);
return ndarray_export(arr.handle(), numpy_value, policy, cleanup);
}
};

Expand Down

0 comments on commit feec157

Please sign in to comment.