Cantera
2.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
converters
ck2ct.h
1
#ifndef CT_CK2CT_H
2
#define CT_CK2CT_H
3
4
#include <iostream>
5
#include <string>
6
#include <cstdlib>
7
8
//#include "cantera/base/ctml.h"
9
10
namespace
ckr
11
{
12
class
CKReader;
13
}
14
15
namespace
pip
16
{
17
18
void
ck2ct(std::string idtag,
ckr::CKReader
& r);
19
20
int
convert_ck(
const
char
* in_file,
const
char
* db_file,
21
const
char
* tr_file,
const
char
* id_tag,
bool
debug,
bool
validate);
22
23
}
24
25
#endif
26
Generated by
1.8.2