| 1359 | } |
| 1360 | |
| 1361 | AnyMap 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 | |
| 1368 | const AnyMap& locateField(const AnyMap& root, const string& name) |
| 1369 | { |
nothing calls this directly
no test coverage detected