3#ifndef cMHN_UTILITY_READ_HEADER_H
4#define cMHN_UTILITY_READ_HEADER_H
16 static inline auto readHeader(std::string
const &filename)
18 std::ifstream file(filename);
22 pRC::Logging::error(
"Unable to open input file!");
26 std::getline(file, line);
Definition: calculate_pTheta.hpp:15
static auto readHeader(std::string const &filename)
Reads the header of a dataset from file.
Definition: read_header.hpp:16