Skip to content

Commit 642e059

Browse files
committed
cleanup
1 parent 466f613 commit 642e059

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/compas.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
#include <compas.h>
2-
32
#include <pybind11/pybind11.h>
43

54
namespace py = pybind11;
65

7-
// construct a CGAL surface mesh
8-
// from vertices and faces
9-
// contained in nx3 and fx3 eigen matrices
10-
// using the Exact Predicates Exact Constructions Kernel
116
Mesh
127
compas::mesh_from_vertices_and_faces(
138
const compas::RowMatrixXd & V,

0 commit comments

Comments
 (0)