Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b15e0a3

Browse files
committed
BUG: Fix bug with type used in ParseTuple for PyQuadContourGenerator_init
1 parent 0aec0d7 commit b15e0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_contour_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static int PyQuadContourGenerator_init(PyQuadContourGenerator* self, PyObject* a
2929
{
3030
QuadContourGenerator::CoordinateArray x, y, z;
3131
QuadContourGenerator::MaskArray mask;
32-
bool corner_mask;
32+
int corner_mask;
3333
long chunk_size;
3434

3535
if (!PyArg_ParseTuple(args, "O&O&O&O&il",

0 commit comments

Comments
 (0)