This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
Updates:
- Add .zenodo.json file for auto-populating DOI fields
- Add better clarification about Arrhenius parameters in documentation
- In gen.c, make sure the F90_RATES inline text is not null before printing
- If ICNTRL(15)=1, then update rates in the Rosenbrock forward solver
- Updated comments and trimmed whitespace in code.c
- Changed version number to 2.3.3_gc in gdata.h
- Increase MAX_K to 200; use it to size strings in scan.l
- Updated style of comment blocks
- In gen.c, change name[20] to name[MAX_SPNAME] (fixes github/KPP issue #6)