commit d3cdd26f3053e57cb09033b2178a32b2ab43c442
parent 4a2dc9eb7262fae39f9e263ea3e41c604c4343f1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 26 Apr 2019 11:19:35 +0200
Accept some heat_path failures before rejecting the realisation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sdis_realisation_Xd.h b/src/sdis_realisation_Xd.h
@@ -47,7 +47,7 @@ XD(compute_temperature)
#endif
struct sdis_heat_vertex* heat_vtx = NULL;
/* Maximum accepted #failures before stopping the realisation */
- const size_t MAX_FAILS = 1;
+ const size_t MAX_FAILS = 10;
res_T res = RES_OK;
ASSERT(scn && fp_to_meter > 0 && ctx && rwalk && rng && T);