atrtp

Thermodynamic properties of a medium in combustion
git clone git://git.meso-star.fr/atrtp.git
Log | Files | Refs | README | LICENSE

commit 6d1094d6713e7da81a37264ea629196a54766c0d
parent 2aa5c66b2c43d15f69da4f3279118c1839ee4818
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 Jan 2021 13:51:59 +0100

Fix a printed message in the load test

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

diff --git a/src/test_atrtp_load.c b/src/test_atrtp_load.c @@ -152,7 +152,7 @@ test_load_files(struct atrtp* atrtp, int argc, char** argv) struct atrtp_desc desc = ATRTP_DESC_NULL; size_t icell; - printf("Load %s\n", argv[1]); + printf("Load %s\n", argv[i]); CHK(atrtp_load(atrtp, argv[i]) == RES_OK); CHK(atrtp_get_desc(atrtp, &desc) == RES_OK);