Cantera  2.3.0
utils.h
Go to the documentation of this file.
1 //! @file utils.h
2 #ifndef TPX_UTILS_H
3 #define TPX_UTILS_H
4 
5 #include "cantera/tpx/Sub.h"
6 
7 namespace tpx
8 {
9 Substance* GetSub(int isub);
10 }
11 
12 #endif