Skip to content

Old style ArrayHandle fix

Caitlin Ross requested to merge caitlin.ross/fides:xgc-temp-fix into master

@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.

Merge request reports