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

Method holdExternalHandle

src/base/Solution.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void Solution::holdExternalHandle(const string& name,
167 shared_ptr<ExternalHandle> handle)
168{
169 m_externalHandles[name] = handle;
170}
171
172shared_ptr<ExternalHandle> Solution::getExternalHandle(const string& name) const
173{

Callers 1

registerRateBuilderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected