MCPcopy 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
41ReactorBase::~ReactorBase()
42{
43 if (m_solution) {
44 m_solution->thermo()->removeSpeciesLock();
45 }
46}
47
48bool ReactorBase::setDefaultName(map<string, int>& counts)
49{

Callers

nothing calls this directly

Calls 2

removeSpeciesLockMethod · 0.80
thermoMethod · 0.45

Tested by

no test coverage detected