commit 4dda85dd8502656116bf560dac56e007d63ea8df parent 863b0ef8f4fae8935a5f991f32f435cf3659c9d7 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 27 Jul 2020 11:21:27 +0200 Add a review comment from Rfo Diffstat:
| M | src/sdis_heat_path_conductive_Xd.h | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/sdis_heat_path_conductive_Xd.h b/src/sdis_heat_path_conductive_Xd.h @@ -244,7 +244,8 @@ XD(conductive_path) float dir0[DIM], dir1[DIM]; float org[DIM]; - /* Check the limit condition */ + /* Check the limit condition + * REVIEW Rfo: This can be a bug if the random walk comes from a boundary */ tmp = solid_get_temperature(mdm, &rwalk->vtx); if(tmp >= 0) { T->value += tmp;