Cantera  2.0
utils.h
1 #ifndef TPX_UTILS_H
2 #define TPX_UTILS_H
3 
4 namespace tpx
5 {
6 Substance* GetSub(int isub);
7 }
8 
9 #endif