commit 7ec57b9804feb17f489b38cb3e6b3416bb008c72 parent e93f02d59d25ad50e7b7c01c2316cfb962521feb Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 19 Jan 2024 14:44:29 +0100 Correction of an assertion in the WoS algorithm Diffstat:
| M | src/sdis_heat_path_conductive_wos_Xd.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sdis_heat_path_conductive_wos_Xd.h b/src/sdis_heat_path_conductive_wos_Xd.h @@ -333,7 +333,7 @@ XD(conductive_path_wos) } T->func = XD(boundary_path); - ASSERT(rwalk->mdm = NULL); + ASSERT(rwalk->mdm == NULL); exit: return res;