stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 437c6f3ce05b76a6c7b3faf2a3dbcb15c8f659d8
parent 5dcf411a9ac76b24f62539ef58ca3b9a69735101
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue,  5 Apr 2022 17:20:18 +0200

Fix a double ref put

Diffstat:
Msrc/stardis-compute.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/stardis-compute.c b/src/stardis-compute.c @@ -572,7 +572,6 @@ end: if(stream_g) fclose(stream_g); if(stream_p) fclose(stream_p); if(estimator) SDIS(estimator_ref_put(estimator)); - if(estimator) SDIS(estimator_ref_put(estimator)); if(green) SDIS(green_function_ref_put(green)); if(args.rng_state) SSP(rng_ref_put(args.rng_state)); return res;