commit b5345f96b2402c6959fc7ce8b71562125382b762
parent 5de2cdf30418dcdea5a0d246bf17b86f00e3a81e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 10 Mar 2026 09:09:05 +0100
Increase the value of the SHTR_MAX_ISOTOPES_COUNT
It was previously set to 12, which is a little too restrictive since
this is actually the number of CO2 isotopes. Set it to 16 instead.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shtr.h b/src/shtr.h
@@ -43,7 +43,7 @@
#define SHTR(Func) shtr_ ## Func
#endif
-#define SHTR_MAX_ISOTOPES_COUNT 12
+#define SHTR_MAX_ISOTOPES_COUNT 16
/* List of HITRAN species. They are classified as in the HITRAN database ,i.e.
* their value corresponds to that of HITRAN. Note that they start at 1 rather