Old style ArrayHandle fix
@NAThompson This fixes #10 (closed). The issue is that our versions of ArrayHandleXGC* are still old style ArrayHandles, so we needed to add something to make them work with the new style ArrayHandles. I'm working on converting them to the new style ArrayHandles, directly in VTK-m, so we'll actually be able to remove these from Fides at that point.