cantera/Cantera/ext/tpx/utils.h
2012-02-03 23:41:00 +00:00

8 lines
101 B
C++
Executable file

#ifndef TPX_UTILS_H
#define TPX_UTILS_H
namespace tpx {
Substance * GetSub(int isub);
}
#endif