diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-18 09:46:15 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-18 10:08:57 +0300 |
commit | 4ab41f5f07dd3ea0071546538fdcce8922290766 (patch) | |
tree | 6fdbde3dd782e545de4241c33ba9cb1ba2918b86 /contrib/python/contourpy/src/base.h | |
parent | df03ef42eed0a5b601011204e47b72d37c6373a9 (diff) | |
download | ydb-4ab41f5f07dd3ea0071546538fdcce8922290766.tar.gz |
Update contrib/python/contourpy to 1.2.0
Diffstat (limited to 'contrib/python/contourpy/src/base.h')
-rw-r--r-- | contrib/python/contourpy/src/base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/contourpy/src/base.h b/contrib/python/contourpy/src/base.h index 7faf9335ec..e626e99431 100644 --- a/contrib/python/contourpy/src/base.h +++ b/contrib/python/contourpy/src/base.h @@ -202,6 +202,7 @@ private: bool _direct_line_offsets; // Whether line offsets array is written direct to Python. bool _direct_outer_offsets; // Whether outer offsets array is written direct to Python. bool _outer_offsets_into_points; // Otherwise into line offsets. Only used if _identify_holes. + bool _nan_separated; // Whether adjacent lines' points are separated by nans. unsigned int _return_list_count; }; |