star-ck

Describe the radiative properties of gas mixtures
git clone git://git.meso-star.fr/star-ck.git
Log | Files | Refs | README | LICENSE

commit e6b00a716ea586ba8c263b1afcdccf3fcc9fc5b8
parent f6efad6beec7b421d8b3139e9fcebe2be91c99de
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  5 Sep 2022 11:13:55 +0200

Minor code formatting

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

diff --git a/src/sck.c b/src/sck.c @@ -210,7 +210,7 @@ load_stream(struct sck* sck, FILE* stream, const char* stream_name) /* Read file header */ #define READ(Var, Name) { \ if(fread((Var), sizeof(*(Var)), 1, stream) != 1) { \ - log_err(sck, "%s: could not read the %s.\n", stream_name, (Name)); \ + log_err(sck, "%s: could not read the %s.\n", stream_name, (Name)); \ res = RES_IO_ERR; \ goto error; \ } \