Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
Path::Path(SpeciesNode* begin, SpeciesNode* end)
45
: m_a(begin), m_b(end)
46
{
47
begin->addPath(this);
48
end->addPath(this);
49
}
50
51
void Path::addReaction(size_t rxnNumber, double value, const string& label)
52
{
Callers
2
convert
Function · 0.80
main
Function · 0.80
Calls
1
addPath
Method · 0.80
Tested by
no test coverage detected