atrstm

Load and structure a combustion gas mixture
git clone git://git.meso-star.fr/atrstm.git
Log | Files | Refs | README | LICENSE

commit 0c203468f2402ddb38aabbf3ba2c3a075105e86c
parent 5016b1a7783a7824f44aba101471803a3027972e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  5 Mar 2021 15:55:00 +0100

Flush the cache stream after the octree was writen

Diffstat:
Msrc/atrstm_setup_octrees.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/atrstm_setup_octrees.c b/src/atrstm_setup_octrees.c @@ -671,6 +671,8 @@ build_octrees(struct atrstm* atrstm) res_to_cstr((res_T)res)); goto error; } + + fflush(cache_get_stream(atrstm->cache)); } exit: