cantera/ext/tpx/utils.h
2003-04-14 17:57:48 +00:00

8 lines
101 B
C++
Executable file

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