Commit 474f4bd
committed
emcmodule: correct swapped arguments and pointer errors in pyvertex9
pt (3 elements) and pt1 (9 elements) were passed in reverse order to vertex9. Py_BuildValue was also incorrectly passed pointers instead of values, causing pointer addresses to be returned to Python instead of actual coordinates. This would have caused incorrect coordinates in the Axis backplot.1 parent 49c8bf1 commit 474f4bd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2020 | 2020 | | |
2021 | 2021 | | |
2022 | 2022 | | |
2023 | | - | |
2024 | | - | |
| 2023 | + | |
| 2024 | + | |
2025 | 2025 | | |
2026 | 2026 | | |
2027 | 2027 | | |
| |||
0 commit comments