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 a23de57 commit a1b5115
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 @@ -39,7 +39,7 @@ scs_int log_cone_IPM(scs_float t0, scs_float v0, scs_float *x0, scs_float *u1,
scs_int variant);

// forward declare from this file
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 a1b5115

Please sign in to comment.