20 std::filesystem::path
getDataPath(std::string name=
"")
23 return std::filesystem::canonical(exePath /
"../share/iganet/unittests/filedata/" / name);
Isogeometric analysis network main header file.
std::filesystem::path getDataPath(std::string name="")
Definition common.hpp:20
std::filesystem::path getExecutablePath()
Returns the path of the executable.
Definition sysinfo.hpp:681