Skip to content

Store system timestep only in settings (not in system state) #24

@astrophysicist87

Description

@astrophysicist87

The public member dt of the SystemState class should be removed since it is redundant with the same quantity in the Settings class. All uses of system.dt or systemPtr->dt should be replaced with corresponding references to the Settings quantity. This will eliminate the risk of a user accidentally using the wrong value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions