Skip to content

Storage template parameter for ArrayHandle print function

Brent Lessley requested to merge blessley/vtk-m:array-handle-print into master

Added an additional storage type template parameter. This addition enables any subclass of ArrayHandle (e.g., ArrayHandleCounting) to have proper printing functionality, without compilation errors.

Merge request reports

Loading