8000 Merge pull request #4229 from cimarronm/4222_fix · matplotlib/matplotlib@2153aca · GitHub
[go: up one dir, main page]

Skip to content

Commit 2153aca

Browse files
committed
Merge pull request #4229 from cimarronm/4222_fix
Bug in ParseTuple for PyQuadContourGenerator_init
2 parents daa51ca + b15e0a3 commit 2153aca

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)
0