#include <fstream>
#include <iostream>
#include <string>
#include <map>
#include <vector>
#include "CKParser.h"
Go to the source code of this file.
|
typedef std::vector< Group > | groupList |
| a list (vector) of Groups
|
|
|
bool | checkBalance (ostream &f, speciesTable &speciesData, reactionList &r, vector< int > &unbalanced, double tolerance=1.0e-3) |
|
bool | checkThermo (ostream &f, speciesList &species, double tol) |
|
bool | filter (const string &infile, const string &database, const string &outfile, const vector< int > &species, const vector< int > &reactions) |
|