commit 1f879f769ff8079f15f1f1162fb8e18abd6511a5
parent 7abc40b520789992fa732b137ff3a26f817e7b43
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 19 Oct 2021 15:59:38 +0200
Fix debug build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stardis-app.h b/src/stardis-app.h
@@ -275,7 +275,7 @@ str_print_t_boundary
const struct t_boundary* b)
{
res_T res = RES_OK;
- ASSERT(str && b && DESC_IS_T(type));
+ ASSERT(str && b);
STR_APPEND_PRINTF(str, "T boundary for solid '%s': T=%g ",
ARG2( str_cget(&b->name), b->imposed_temperature ) );