* Get if there are restart files available. */
| 232 | * Get if there are restart files available. |
| 233 | */ |
| 234 | bool HaveRestartFiles() const { return this->DatabaseTimes.size() > 1; } |
| 235 | |
| 236 | /** |
| 237 | * Returns the list of fileids, if any to be read for a given "piece" for the |
no test coverage detected