Skip to content

Fixes related to changes in how the Dynamic class does casting

Kenneth Moreland requested to merge kmorel/vtk-m:fix-dynamic-cast-changes into master

A recently merged topic branch changed the methods of how the Dynamic classes do casting and type checking. The support_visit_structured_points topic branch was started before these changes and merged to master afterward. It used an old version of IsType that did not conflict and caused a compile error. This fixes the compile error.

Merge request reports