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

Method registerChangedCallback

src/base/Solution.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void Solution::registerChangedCallback(void *id, const function<void()>& callback)
182{
183 m_changeCallbacks[id] = callback;
184}
185
186void Solution::removeChangedCallback(void* id)
187{

Callers 3

IonFlowMethod · 0.80
Flow1DMethod · 0.80
setSolutionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected