Skip to content

Commit

Permalink
Merge pull request #157 from nschloe/pthread
Browse files Browse the repository at this point in the history
pthread
  • Loading branch information
nschloe authored Sep 21, 2021
2 parents 8f3d504 + e591e92 commit c641fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pygalmesh
version = 0.9.6
version = 0.9.7
author = Nico Schlömer
author_email = [email protected]
description = Python frontend to CGAL's mesh generation capabilities
Expand Down
1 change: 0 additions & 1 deletion src/generate_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define GENERATE_2D_HPP

#include <memory>
#include <pthread.h>
#include <vector>

namespace pygalmesh {
Expand Down

0 comments on commit c641fb9

Please sign in to comment.