| 18 | namespace seissol::io { |
| 19 | |
| 20 | OutputManager::OutputManager(SeisSol& seissolInstance) : seissolInstance(seissolInstance) {} |
| 21 | |
| 22 | void OutputManager::addOutput(const writer::ScheduledWriter& writer) { |
| 23 | modules.emplace_back(std::make_unique<seissol::io::writer::module::WriterModule>( |
nothing calls this directly
no outgoing calls
no test coverage detected