ROL: Secant parameter is ignored in TrustRegionStep initializer #8736
Labels
CLOSED_DUE_TO_INACTIVITY
Issue or PR has been closed by the GitHub Actions bot due to inactivity.
MARKED_FOR_CLOSURE
Issue or PR is marked for auto-closure by the GitHub Actions bot.
type: bug
The primary issue is a bug in Trilinos code or tests
Bug Report
@trilinos/rol
Description
ROL::TrustRegionStep
has a two-argument initializer which takes an additionalsecant
parameter, similar to otherStep
s. This parameter is however ignored and thesecant_
member is always initialized to a null-pointer, which then causes it to be initialized with the default method. This two-argument initializer doesn't seem to be used anywhere, in the package itself, but the behaviour seems to be unwarranted nonetheless.Steps to Reproduce
ROL::Secant
ROL::TrustRegionStep(secant, params)
The text was updated successfully, but these errors were encountered: