You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently data part of variable getter is return cell_data[Variable{}], using return (*cell.data)[Variable{}] instead would reduce typing but require that dccrg cell iterator is passed instead pointer to cell data. Some parts still pass pointer so would require adjusting.