| 113 | unsigned AsagiReader::numberOfThreads() const { return asagiThreads; } |
| 114 | |
| 115 | AsagiReader::AsagiReader(const char* envPrefix |
| 116 | #ifdef USE_MPI |
| 117 | , |
| 118 | MPI_Comm comm |
| 119 | #endif |
| 120 | ) |
| 121 | : envPrefix(envPrefix) |
| 122 | #ifdef USE_MPI |
| 123 | , |
| 124 | comm(comm) |
| 125 | #endif |
| 126 | { |
| 127 | } |
| 128 | |
| 129 | } // namespace seissol::asagi |
| 130 |
nothing calls this directly
no outgoing calls
no test coverage detected