Cantera  2.0
solvers.h
Go to the documentation of this file.
1 /**
2  * @file solvers.h
3  * solvers of small embedded problems
4  */
5 #ifndef CT_SOLVERS_H_INCL
6 #define CT_SOLVERS_H_INCL
7 
8 #include "numerics/ResidEval.h"
9 
10 #include "numerics/solveProb.h"
11 
12 #endif