Skip to content

Commit

Permalink
Uninitialized value
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Jan 26, 2023
1 parent 6da1b73 commit aecf021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/qmckl_jastrow.org
Original file line number Diff line number Diff line change
Expand Up @@ -7260,7 +7260,7 @@ qmckl_exit_code qmckl_provide_tmp_c(qmckl_context context)
qmckl_context_struct* const ctx = (qmckl_context_struct*) context;
assert (ctx != NULL);

qmckl_exit_code rc;
qmckl_exit_code rc = QMCKL_SUCCESS;

/* Compute if necessary */
if (ctx->date > ctx->jastrow.tmp_c_date) {
Expand Down

0 comments on commit aecf021

Please sign in to comment.