From c78a11b32f6d1613dce77cf2120ecaab96880b08 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Thu, 8 Feb 2018 16:35:28 -0500 Subject: [PATCH] [Doc] Add that projects can use C language to home page --- doc/sphinx/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst index b2b2d81f9..72939f400 100644 --- a/doc/sphinx/index.rst +++ b/doc/sphinx/index.rst @@ -14,7 +14,7 @@ thermo-kinetics and transport models into their calculations. The code utilizes object-oriented concepts for robust yet flexible phase models, and algorithms are generalized so that users can explore different phase models with minimal changes to their overall code. Currently, Cantera can be used from -Python and Matlab, or in applications written in C++ and Fortran 90. Cantera +Python and Matlab, or in applications written in C/C++ and Fortran 90. Cantera also provides a limited number of solvers for time-dependent reactor networks and steady one-dimensional reacting flows.