Skip to content

Commit

Permalink
make analyzer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Mar 25, 2024
1 parent e6e1d1f commit 77f2dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wshfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ int main_wshfl(int argc, char* argv[argc])
debug_printf(DP_INFO, "\tAlgorithm: ADMM\n.");
debug_printf(DP_INFO, "\tRho: %.2e\n.", rho);

struct fista_conf fc; // unused
struct fista_conf fc = { 0 }; // unused

it = italgo_config(ALGO_ADMM, nr_penalties, regs, maxiter, step,
hgwld, admm, fc, 1, false);
Expand Down

0 comments on commit 77f2dcc

Please sign in to comment.