Skip to content

Uninitialized member variable boost::numeric::odeint::bulrisch_stoer<>::m_dt_last  #59

@HHildenbrandt

Description

@HHildenbrandt

It seems that m_dt_last is used w/o initialization in the first call to try_check:

// boots/numeric/odeint/stepper/bulrisch_stoer.hpp
206        if( dt != m_dt_last )    // <-- m_dt_last indeterminate?
207        {
208          reset(); // step size changed from outside -> reset
209        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions