Skip to content

Incorporate time step tracking fully into Simulation_Time object #977

Description

@robertbartel

As discussed a bit here (though in place even before PR #974) right now the main simulation logic keeps a state variable - basically an integer counter - to track the current time step. This is entirely separate from the Simulation_Time object that is also used to model time. So the same state is being maintained independently in two places. It makes more sense for Simulation_Time to be entirely responsible for the time, and to have it manage and provide access to the time step information.

To avoid complicating the scope of #974 too much, tracking this as a separate issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions