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

Method readHeader

src/base/SolutionArray.cpp:1361–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1359}
1360
1361AnyMap SolutionArray::readHeader(const string& fname, const string& name)
1362{
1363 Storage file(fname, false);
1364 file.checkGroup(name);
1365 return file.readAttributes(name, false);
1366}
1367
1368const AnyMap& locateField(const AnyMap& root, const string& name)
1369{

Callers

nothing calls this directly

Calls 2

checkGroupMethod · 0.80
readAttributesMethod · 0.80

Tested by

no test coverage detected