cantera/include/cantera/tpx/utils.h
2013-04-18 22:07:27 +00:00

11 lines
126 B
C++

#ifndef TPX_UTILS_H
#define TPX_UTILS_H
#include "cantera/tpx/Sub.h"
namespace tpx
{
Substance* GetSub(int isub);
}
#endif