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/serial.cpp | |
parent | df03ef42eed0a5b601011204e47b72d37c6373a9 (diff) | |
download | ydb-4ab41f5f07dd3ea0071546538fdcce8922290766.tar.gz |
Update contrib/python/contourpy to 1.2.0
Diffstat (limited to 'contrib/python/contourpy/src/serial.cpp')
-rw-r--r-- | contrib/python/contourpy/src/serial.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/python/contourpy/src/serial.cpp b/contrib/python/contourpy/src/serial.cpp index 08d851ca34..dd69471ef6 100644 --- a/contrib/python/contourpy/src/serial.cpp +++ b/contrib/python/contourpy/src/serial.cpp @@ -115,6 +115,10 @@ void SerialContourGenerator::export_lines( // return_lists[0][local.chunk] already contains points. // return_lists[1][local.chunk] already contains line offsets. break; + case LineType::ChunkCombinedNan: + assert(has_direct_points()); + // return_lists[0][local.chunk] already contains points. + break; } } |