38{
39
41 auto const database = config.getConfigParameter<std::string>("database");
42 auto path_to_database =
44
46 {
47 OGS_FATAL(
"Not found the specified thermodynamicdatabase: {:s}",
48 path_to_database);
49 }
50
51 INFO(
"Found the specified thermodynamic database: {:s}", path_to_database);
52
53 return path_to_database;
54}
void INFO(fmt::format_string< Args... > fmt, Args &&... args)
bool IsFileExisting(const std::string &strFilename)
Returns true if given file exists.
std::string joinPaths(std::string const &pathA, std::string const &pathB)