Go to the documentation of this file.
13 using namespace Cantera;
20 static void printUsage()
22 cout <<
"cti2ctml [-h] infile.cti" << endl;
23 cout <<
" Translates a cti formated file to an xml file" << endl;
24 cout <<
" The xml file will be named ./basename(infile).xml" << endl;
25 cout <<
" - It will always be written to the current directory" << endl;
33 int main(
int argc,
char** argv)
39 for (
int j = 1; j < argc; j++) {
40 tok = string(argv[j]);
42 int nopt =
static_cast<int>(tok.size());
43 for (
int n = 1; n < nopt; n++) {
52 }
else if (infile ==
"") {
73 std::cout << err.
what() << std::endl;