Skip to content

Get rid of the OutputData struct #133

@EmilSoleymani

Description

@EmilSoleymani

The OutputData struct in the OutputFormat.jl module was originally meant to store an instance of InputData, which contains all the values it needed for calculations, and to store all the relevant output values. These output value fields were never added, and currently, the OutputData only contains an InputData instance. Therefore, this struct is redundant. Removing it will require the refactoring of many modules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions