Skip to content
Snippets Groups Projects
Commit 636b907b authored by Nicolas Vuaille's avatar Nicolas Vuaille
Browse files

vtkSynchronizedTemplates2D relies only on InputArrayToProcess

* the `Scalars` array was still used to get Increments
(to navigate in the data array raw pointer)
leading to some inconsitencies when Scalars has a different
memory layout than the effective InputArrayToProcess

see issue #19386

Test was disabled due to ImageComparison (see #19221)
Reimplement it in C++ to use `CompareDataObjects` instead of rendering.
parent 51f79260
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment