MCPcopy Create free account
hub / github.com/Cantera/cantera / Path

Method Path

src/kinetics/ReactionPath.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Path::Path(SpeciesNode* begin, SpeciesNode* end)
45 : m_a(begin), m_b(end)
46{
47 begin->addPath(this);
48 end->addPath(this);
49}
50
51void Path::addReaction(size_t rxnNumber, double value, const string& label)
52{

Callers 2

convertFunction · 0.80
mainFunction · 0.80

Calls 1

addPathMethod · 0.80

Tested by

no test coverage detected