From aecf0215fb8e7d183213a28fb1a2291ea07746a7 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 26 Jan 2023 18:45:09 +0100 Subject: [PATCH] Uninitialized value --- org/qmckl_jastrow.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/qmckl_jastrow.org b/org/qmckl_jastrow.org index c7e06ea..8e06979 100644 --- a/org/qmckl_jastrow.org +++ b/org/qmckl_jastrow.org @@ -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) {