Skip to content

Reduce required typing due to variable getter #32

@iljah

Description

@iljah

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions