Skip to content

Commit

Permalink
float output πŸ™ƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson committed Feb 6, 2023
1 parent 4bdf6fc commit 1dd2312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector_area_matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npe_arg(f, dense_int, dense_long, dense_longlong)
npe_begin_code()

assert_valid_tri_mesh_faces(f);
EigenSparseLike<npe_Matrix_f> a;
Eigen::SparseMatrix<double> a;
igl::vector_area_matrix(f, a);
return npe::move(a);

Expand Down

0 comments on commit 1dd2312

Please sign in to comment.