We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2bd6c commit 9228f53Copy full SHA for 9228f53
2 files changed
setup.cfg
@@ -37,7 +37,7 @@ keywords =
37
packages = find:
38
install_requires =
39
importlib_metadata;python_version<"3.8"
40
- meshio >= 4.0.0, < 5.0.0
+ meshio >= 4.0.0, < 6.0.0
41
numpy
42
python_requires = >=3.6
43
src/generate.cpp
@@ -102,7 +102,7 @@ generate_mesh(
102
cgal_domain.add_features(polylines.begin(), polylines.end());
103
104
// perhaps there's a more elegant solution here
105
- // see <https://github.com/CGAL/cgal/issues/4145>
+ // see <https://github.com/CGAL/cgal/issues/1286>
106
if (!verbose) {
107
// suppress output
108
std::cerr.setstate(std::ios_base::failbit);
0 commit comments