star-line

Structure for accelerating line importance sampling
git clone git://git.meso-star.fr/star-line.git
Log | Files | Refs | README | LICENSE

commit f069f3ff11ab67a53b9c6b89c88157fbff391e40
parent 1aca00cb6f5382d232b463cf99589e878c0bc000
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  9 Mar 2022 22:04:28 +0100

Fix typos in default logger

Diffstat:
Msrc/sln_log.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sln_log.h b/src/sln_log.h @@ -21,9 +21,9 @@ #include <rsys/rsys.h> -#define MSG_INFO_PREFIX "Star-HITRAN:\x1b[1m\x1b[32minfo\x1b[0m: " -#define MSG_ERROR_PREFIX "Star-HITRAN:\x1b[1m\x1b[31merror\x1b[0m: " -#define MSG_WARNING_PREFIX "Star-HITRAN:\x1b[1m\x1b[33mwarning\x1b[0m: " +#define MSG_INFO_PREFIX "Star-Line:\x1b[1m\x1b[32minfo\x1b[0m: " +#define MSG_ERROR_PREFIX "Star-Line:\x1b[1m\x1b[31merror\x1b[0m: " +#define MSG_WARNING_PREFIX "Star-Line:\x1b[1m\x1b[33mwarning\x1b[0m: " struct sln_device; struct logger;