Skip to content
  • Kenneth Moreland's avatar
    Remove UserPortal from ArrayHandle. · a2c28099
    Kenneth Moreland authored
    The UserPortal in ArrayHandle was used to copy a pointer the user
    created into an ArrayHandle to use in VTK-m algorithms. However, this is
    only really valid for a basic storage, so the functionality has been
    moved there, and you have to construct an ArrayHandle with a storage
    instead of an array portal.
    a2c28099