stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 25148f771757ead6edb1b3da6815c2ba30b8acd8
parent f4c53b1bb588e5d8cfe94114ffe25732b98766ef
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 15 Jun 2020 19:38:08 +0200

Log improvement

Diffstat:
Msrc/stardis-compute.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stardis-compute.c b/src/stardis-compute.c @@ -141,7 +141,7 @@ check_probe_conform_to_type } if(!min_desc) { /* Not an error as probe moved to boundary */ - if(!probe_on_boundary) + if(!probe_on_boundary && !outside) logger_print(stardis->logger, LOG_WARNING, "Could not determine the medium probe is in.\n"); } else {