Skip to content

Commit

Permalink
remove extra set initial conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmunday committed Oct 24, 2024
1 parent 8a12372 commit e62b0fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/optimization/src/executioners/OptimizeSolve.C
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ OptimizeSolve::solve()

// Initialize solution and matrix
_obj_function->setInitialCondition(*_parameters);
_obj_function->setInitialCondition(*_parameters);
_ndof = _parameters->size();

// time step defaults 1, we want to start at 0 for first iteration to be
Expand Down

0 comments on commit e62b0fc

Please sign in to comment.