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/chunk_local.h | |
parent | df03ef42eed0a5b601011204e47b72d37c6373a9 (diff) | |
download | ydb-4ab41f5f07dd3ea0071546538fdcce8922290766.tar.gz |
Update contrib/python/contourpy to 1.2.0
Diffstat (limited to 'contrib/python/contourpy/src/chunk_local.h')
-rw-r--r-- | contrib/python/contourpy/src/chunk_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/contourpy/src/chunk_local.h b/contrib/python/contourpy/src/chunk_local.h index f9b68ea6be..0298ea4814 100644 --- a/contrib/python/contourpy/src/chunk_local.h +++ b/contrib/python/contourpy/src/chunk_local.h @@ -21,7 +21,7 @@ struct ChunkLocal int pass; // Data for whole pass. - count_t total_point_count; + count_t total_point_count; // Includes nan separators if used. count_t line_count; // Count of all lines count_t hole_count; // Count of holes only. |