Pointer to ofstream
| 80 | inline bool IOProcessorSub () noexcept { return MyProcSub() == IOProcessorNumberSub(); } |
| 81 | //! Pointer to ofstream |
| 82 | inline std::ofstream * OFSPtrSub () noexcept { return frames.back().get_ofs_ptr(); } |
| 83 | |
| 84 | #ifdef BL_USE_MPI |
| 85 | inline void BarrierSub () noexcept { MPI_Barrier(CommunicatorSub()); } |
nothing calls this directly
no test coverage detected