Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ ~ReactorBase
Method
~ReactorBase
src/zeroD/ReactorBase.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
ReactorBase::~ReactorBase()
42
{
43
if (m_solution) {
44
m_solution->thermo()->removeSpeciesLock();
45
}
46
}
47
48
bool ReactorBase::setDefaultName(map<string, int>& counts)
49
{
Callers
nothing calls this directly
Calls
2
removeSpeciesLock
Method · 0.80
thermo
Method · 0.45
Tested by
no test coverage detected