NCAR / tuv-x

Photolysis rate constant calculator
https://ncar.github.io/tuv-x/
Apache License 2.0
4 stars 2 forks source link

Make updater pointers public #100

Closed mattldawson closed 4 months ago

mattldawson commented 4 months ago

Changes the grid, profile, and radiator updaters to make their pointer data members public. This is so we can use the pointer in the MUSICA library to access the current grid, profile, and radiator data instead of making a bunch of getter functions.