| 21 | } |
| 22 | |
| 23 | std::string MultiFabHeaderPath (int level, |
| 24 | const std::string &levelPrefix, |
| 25 | const std::string &mfPrefix) |
| 26 | { |
| 27 | return LevelPath(level, levelPrefix) + '/' + mfPrefix; // e.g., Level_4/Cell |
| 28 | } |
| 29 | |
| 30 | std::string LevelFullPath (int level, |
| 31 | const std::string &plotfilename, |
no test coverage detected