mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Some polynomial coefficients were fit to 6th order polynomial but only evaluated as 5th order polynomials, using the first 6 coefficients of the 7 fitted coefficients. This changes the evaluation to use all of the fitted coefficients. Fixes #1070