40{
41
43 auto const database = config.getConfigParameter<std::string>("database");
44 auto path_to_database =
46
48 {
49 OGS_FATAL(
"Not found the specified thermodynamicdatabase: {:s}",
50 path_to_database);
51 }
52
53 INFO(
"Found the specified thermodynamic database: {:s}", path_to_database);
54
55 return path_to_database;
56}
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)