KineticPreProcessor / KPP

The KPP kinetic preprocessor is a software tool that assists the computer simulation of chemical kinetic systems
GNU General Public License v3.0
22 stars 11 forks source link

Remove obsolete #LUMP command (and related variables) #88

Closed yantosca closed 10 months ago

yantosca commented 10 months ago

Overview

This PR removes the obsolete #LUMP command from KPP. This is an old command that has probably not worked in a very long time.

Modifications

docs/source/tech_info/08_bnf_description_of_kpp_lang.rst

docs/source/using_kpp/04_input_for_kpp.rst

site-lisp/kpp.el site-lisp/kpp_mecca.el

src/scan.h

src/scan.l

src/scan.y

src/scanner.c

CHANGELOG.md