Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ newReactorNet
Function
newReactorNet
src/zeroD/ReactorNet.cpp:875–878 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
873
}
874
875
shared_ptr<ReactorNet> newReactorNet(vector<shared_ptr<ReactorBase>>& reactors)
876
{
877
return make_shared<ReactorNet>(reactors);
878
}
879
880
}
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68