We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f3d504 + e591e92 commit c641fb9Copy full SHA for c641fb9
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pygalmesh
3
-version = 0.9.6
+version = 0.9.7
4
author = Nico Schlömer
5
author_email = nico.schloemer@gmail.com
6
description = Python frontend to CGAL's mesh generation capabilities
src/generate_2d.hpp
@@ -2,7 +2,6 @@
#define GENERATE_2D_HPP
#include <memory>
-#include <pthread.h>
#include <vector>
7
8
namespace pygalmesh {
0 commit comments