Skip to content

Fix SIGSEGV with vtkFieldData::DeepCopy ( #17980)

t-ikegami requested to merge t-ikegami/vtk:t-ikegami-master-patch-28628 into master

vtkFieldData::DeepCopy now initialize fields before starting actual copy. This fixes SIGSEGV. Flags are also copied now. vtkFieldData::CopyFlags now copies flag status as well as AllOn/Off status. This affects ShallowCopy.

Merge request reports