Data Arrays Not Checked On By Default

Hi all,

I have a slight issue with a reader that I have written. When I open the file, all of the data (cell data) is unchecked by default. This would not be be a big deal if it weren’t for the fact that it causes problems when I load in a pvsm state file using that reader. Basically the data does not get read on pvsm load.

I’m trying to do some testing, but I can’t figure out how to make the cell arrays be checked “on” by default. I have ran paraview through GDB and the backtrace from SetCellArrayStatus doesn’t provide me with much info since it leads to wrapper functions generated by paraview.

Is there something I need to add the xml file? I’ve read through the readers that do have the arrays load by default (XDMF) and I don’t see a difference between the xml portions that deal with SetArrayStatus functions.

Thank you!
Andrey