MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / writeHeader

Method writeHeader

src/ResultWriter/AnalysisWriter.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37CsvAnalysisWriter::CsvAnalysisWriter(std::string fileName) : fileName(std::move(fileName)) {}
38
39void CsvAnalysisWriter::writeHeader() {
40 if (isEnabled) {
41 out << "variable,norm,error\n";
42 }
43}
44
45void CsvAnalysisWriter::addObservation(std::string_view variable,
46 std::string_view normType,

Callers 1

printAnalysisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected