stardis

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

commit 8b6ab5e7b149187295e0ed9696f0d1e4fce9b289
parent 98af64060e7b7684301b7c3cf677b4f265353d59
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 24 Jan 2019 09:51:19 +0100

Fix a message spelling

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 @@ -722,7 +722,7 @@ stardis_compute(struct stardis* stardis, enum stardis_mode mode) if (solid_count != 1 || fluid_count != 1) { ASSERT(front_defined && back_defined); fprintf(stderr, - "Ca only define a DESC_SOLID_FLUID_CONNECT between a fluid and a solid\n"); + "Can only define a DESC_SOLID_FLUID_CONNECT between a fluid and a solid\n"); res = RES_BAD_ARG; goto error; }