Skip to content

Commit

Permalink
yuni str
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Oct 15, 2024
1 parent 40abe46 commit 0266a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/variable/surveyresults/surveyresults.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static void ExportGridInfosAreas(const Data::Study& study,
std::filesystem::path path = originalOutput;
path /= "grid";
path /= filename;
writer.addEntryFromBuffer(path, buffer);
writer.addEntryFromBuffer(path.string(), buffer);
};

add("areas.txt", std::move(out));
Expand Down

0 comments on commit 0266a02

Please sign in to comment.