From b4d80ad6b88ea8f8a7f330aa3e7b253382f12260 Mon Sep 17 00:00:00 2001 From: iasonmanolas Date: Tue, 13 Jul 2021 09:02:55 +0300 Subject: [PATCH] Windows refactoring --- simulationhistoryplotter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulationhistoryplotter.hpp b/simulationhistoryplotter.hpp index 371caec..d43bf67 100755 --- a/simulationhistoryplotter.hpp +++ b/simulationhistoryplotter.hpp @@ -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 &results,