Skip to content

Commit c641fb9

Browse files
authored
Merge pull request #157 from nschloe/pthread
pthread
2 parents 8f3d504 + e591e92 commit c641fb9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pygalmesh
3-
version = 0.9.6
3+
version = 0.9.7
44
author = Nico Schlömer
55
author_email = nico.schloemer@gmail.com
66
description = Python frontend to CGAL's mesh generation capabilities

src/generate_2d.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#define GENERATE_2D_HPP
33

44
#include <memory>
5-
#include <pthread.h>
65
#include <vector>
76

87
namespace pygalmesh {

0 commit comments

Comments
 (0)