Windows refactoring
This commit is contained in:
parent
5ebf354dcf
commit
b4d80ad6b8
|
@ -64,7 +64,7 @@ struct SimulationResultsReporter {
|
|||
{
|
||||
const auto simulationResultPath = std::filesystem::path(reportFolderPath).append(history.label);
|
||||
std::filesystem::create_directories(simulationResultPath);
|
||||
createPlots(history, simulationResultPath, graphSuffix);
|
||||
createPlots(history, simulationResultPath.string(), graphSuffix);
|
||||
}
|
||||
|
||||
void reportResults(const std::vector<SimulationResults> &results,
|
||||
|
|
Loading…
Reference in New Issue