TimePath + region
| 929 | |
| 930 | // TimePath + region |
| 931 | std::string TimeRegionPath(int timeIndex) const |
| 932 | { |
| 933 | return this->TimePath(timeIndex) + this->RegionPath(); |
| 934 | } |
| 935 | |
| 936 | std::string CurrentTimeRegionPath() const { return this->TimeRegionPath(this->TimeStep); } |
| 937 |
no test coverage detected