Home
last modified time | relevance | path

Searched refs:reactants_pair (Results 1 – 4 of 4) sorted by relevance

/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/src/
H A Dchemkin_parser.C302 …arser<NumericType>::reactants_pairs(std::vector<std::pair<std::string,int> >& reactants_pair) const in reactants_pairs() argument
304 reactants_pair.clear(); in reactants_pairs()
305 reactants_pair.resize(_reactants.size()); in reactants_pairs()
309 reactants_pair[i] = std::make_pair(_reactants[i].first,(int)_reactants[i].second); in reactants_pairs()
H A Dxml_parser.C388 …rser<NumericType>::reactants_pairs(std::vector<std::pair<std::string,int> > & reactants_pair) const in reactants_pairs() argument
391 return this->molecules_pairs(reactants, reactants_pair); in reactants_pairs()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/include/antioch/
H A Dxml_parser.h135 bool reactants_pairs(std::vector<std::pair<std::string,int> > & reactants_pair) const;
H A Dchemkin_parser.h151 bool reactants_pairs(std::vector<std::pair<std::string,int> > & reactants_pair) const;