Skip to content

Commit

Permalink
removed static temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
dance858 committed Nov 17, 2024
1 parent a1b5115 commit d023f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spectral_cones/logdeterminant/log_cone_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ scs_int log_cone_proj_wrapper(scs_float t0, scs_float v0, scs_float *x0,
}

// tvx = [t, v, x].
static void check_opt_cond_log_cone(const scs_float *tvx, scs_float t0,
void check_opt_cond_log_cone(const scs_float *tvx, scs_float t0,
scs_float v0, const scs_float *x0, scs_int n,
scs_float residuals[3], scs_float *dualx)
{
Expand Down

0 comments on commit d023f64

Please sign in to comment.