Skip to content

Remove fill via copy

Removes the now unused FillViaCopy API from CellSet, and moves more code over to using DataSetBuilders.

A secondary reason for me to remove FillViaCopy was that the code was invalid when any of the storage types was set to be an implicit storage type. This caused lots of problems when programs wanted to do explicit template instantiation.

@dpugmire @kmorel

Merge request reports