45{
46
48 auto const database = config.getConfigParameter<std::string>("database");
49 auto path_to_database =
51
53 {
54 OGS_FATAL(
"Not found the specified thermodynamicdatabase: {:s}",
55 path_to_database);
56 }
57
58 INFO(
"Found the specified thermodynamic database: {:s}", path_to_database);
59
60 return path_to_database;
61}
void INFO(fmt::format_string< Args... > fmt, Args &&... args)
std::string const & getProjectDirectory()
Returns the directory where the prj file resides.
bool IsFileExisting(const std::string &strFilename)
Returns true if given file exists.
std::string joinPaths(std::string const &pathA, std::string const &pathB)