Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dance858 committed Nov 17, 2024
1 parent c477aef commit 465a221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spectral_cones/logdeterminant/log_cone_IPM.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ scs_int log_cone_IPM(scs_float t0, scs_float v0, scs_float *x0, scs_float *u1,
scs_float theta1, theta2, theta3;
scs_float pres0, dres0;
scs_float phi0 = 0.0, dphi0 = 0.0, step_size0 = 0.0;
scs_int small_consecutive_steps_counter = 0;
//scs_int small_consecutive_steps_counter = 0;

#ifdef SPECTRAL_DEBUG
printf("%-3s%-15s%-15s%-15s%-10s%-10s\n", "", "gap", "pres", "dres", "sig",
Expand Down

0 comments on commit 465a221

Please sign in to comment.