Skip to content

Commit

Permalink
Piro: Silence warning
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Glusa <[email protected]>
  • Loading branch information
cgcgcg committed Aug 19, 2024
1 parent 438d622 commit fef0dc0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ class ThyraProductME_Constraint_SimOpt : public ROL::Constraint_SimOpt<Real> {
}
}
else {
Thyra::ModelEvaluatorBase::Derivative<Real> dfdp_dv = outArgs.get_DfDp(0);
auto dfdp_op = dfdp_dv.getLinearOp();
auto dfdp = dfdp_dv.getMultiVector();

Expand Down

0 comments on commit fef0dc0

Please sign in to comment.