mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-07 03:34:48 -05:00
Since I am levarging P/Invoke source generation, I can add a custom marshaller for return parameters that check the return and throw a CanteraException as necessary. This removes the need to call CheckReturn out of return parameter marshallers.