Make AlmArray encapsulate the pyopencl Array object
Subclassing caused problems when the Array code tried to create
another Array object using self.__class__
.
Fixes #59 (closed)
Edited by Chris Kerr
Subclassing caused problems when the Array code tried to create
another Array object using self.__class__
.
Fixes #59 (closed)