openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
43 stars 17 forks source link

Moving the llc,urc paramaters to the ViewParams class #110

Closed pshriwise closed 1 year ago

pshriwise commented 1 year ago

I noted today that our VTK export capability was broken b/c the export dialog box couldn't find these when trying to populate initial values. Moving these attributes from the PlotViewIndependent class to the ViewParam class.

shimwell commented 1 year ago

I think @billingsley-john and myself came across this in the York neutronics workshop and couldn't figure out what was going on. Thanks for the fix Patrick

Note to self, merge this will cause conflicts with this other PR #108