atrstm

Load and structure a combustion gas mixture
git clone git://git.meso-star.fr/atrstm.git
Log | Files | Refs | README | LICENSE

commit 4089a3c30c2eb68b0e7771196ebe50aa2b014574
parent a2c450185a4051a622e572b9398989c2712c739d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  2 Jul 2021 14:50:45 +0200

Minor fix of a log message

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

diff --git a/src/atrstm_log.c b/src/atrstm_log.c @@ -74,7 +74,7 @@ setup_log_default(struct atrstm* atrstm) if(atrstm->verbose) { fprintf(stderr, MSG_ERROR_PREFIX - "Could not setup the AtrGM default logger -- %s.\n", + "Could not setup the AtrSTM default logger -- %s.\n", res_to_cstr(res)); } goto error;