*** empty log message ***

This commit is contained in:
Dave Goodwin
2003-07-04 06:37:42 +00:00
parent 916c065a9f
commit 76526a6aa3
41 changed files with 2086 additions and 163 deletions

View File

@@ -75,6 +75,7 @@ static PyMethodDef ct_methods[] = {
{"tran_binaryDiffCoeffs", py_binaryDiffCoeffs, METH_VARARGS},
{"tran_mixDiffCoeffs", py_mixDiffCoeffs, METH_VARARGS},
{"tran_multiDiffCoeffs", py_multiDiffCoeffs, METH_VARARGS},
{"tran_setParameters", py_setParameters, METH_VARARGS},
{"get_Cantera_Error", ct_get_cantera_error, METH_VARARGS},
{"ct_print", ct_print, METH_VARARGS},