Skip to content

Unify common storage types

The list defining the common storage types was defined in DefaultTypes.h.in. The problem was that derived default types could not just add their own type. They had to redefine the whole list.

Instead, move the list to StorageList.h. Also updated DefaultTypesVTK.h.in to use this list when using XGC. This enables ArrayHandleSOA for this case.

Merge request reports