Skip to content

Commit

Permalink
fix issue 657 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
nychiang authored Sep 6, 2023
1 parent 4b231f7 commit bad29cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Optimization/hiopPDPerturbation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ namespace hiop
*/
bool hiopPDPerturbationPrimalFirstScalar::compute_initial_deltas()
{
double delta_temp;
double delta_temp2;
double delta_temp = 0.0;
double delta_temp2 = 0.0;
update_degeneracy_type();

if(delta_wx_curr_db_>0.) {
Expand Down

0 comments on commit bad29cd

Please sign in to comment.