From 4f31f154a185fd43d66c89138d9f2570140d70f3 Mon Sep 17 00:00:00 2001
From: Anna Wellmann <a.wellmann@tu-bs.de>
Date: Fri, 8 Jul 2022 09:15:14 +0000
Subject: [PATCH] FIx minor bug in app FlowAroundSphere

---
 apps/gpu/FlowAroundSphere/FlowAroundSphere.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/gpu/FlowAroundSphere/FlowAroundSphere.cpp b/apps/gpu/FlowAroundSphere/FlowAroundSphere.cpp
index 0f0ca966e..cf90e00cc 100644
--- a/apps/gpu/FlowAroundSphere/FlowAroundSphere.cpp
+++ b/apps/gpu/FlowAroundSphere/FlowAroundSphere.cpp
@@ -117,7 +117,7 @@ int main(int argc, char *argv[])
 
             configPath.replace_filename(configName);
             vf::basics::ConfigurationFile config;
-            config.load(configPath);
+            config.load(configPath.string());
 
             para = std::make_shared<Parameter>(config);
         } else {
-- 
GitLab