mirror of https://github.com/CGAL/cgal
missing string_field
This commit is contained in:
parent
14bae86654
commit
a6c0c91fad
|
|
@ -55,7 +55,7 @@ public:
|
|||
display_information(fileName, std::cout);
|
||||
|
||||
std::filesystem::path headerFile(fileName);
|
||||
std::filesystem::path dataFile = std::filesystem::absolute(fileName).parent_path() / std::filesystem::path("in");
|
||||
std::filesystem::path dataFile = std::filesystem::absolute(fileName).parent_path() / std::filesystem::path(string_field("in"));
|
||||
|
||||
if(!load_data(dataFile.string())) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue