Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 0aec0d7 commit b15e0a3Copy full SHA for b15e0a3
1 file changed
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