We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa51ca + b15e0a3 commit 2153acaCopy full SHA for 2153aca
src/_contour_wrapper.cpp
@@ -29,7 +29,7 @@ static int PyQuadContourGenerator_init(PyQuadContourGenerator* self, PyObject* a
29
{
30
QuadContourGenerator::CoordinateArray x, y, z;
31
QuadContourGenerator::MaskArray mask;
32
- bool corner_mask;
+ int corner_mask;
33
long chunk_size;
34
35
if (!PyArg_ParseTuple(args, "O&O&O&O&il",
0 commit comments