From e0d5713e601a70aa0ede357d86661cef22f54848 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Wed, 20 Mar 2024 14:04:27 +0900 Subject: [PATCH] more BC fix --- RbcUkqcd.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RbcUkqcd.hpp b/RbcUkqcd.hpp index 840d1ee..5439b7b 100644 --- a/RbcUkqcd.hpp +++ b/RbcUkqcd.hpp @@ -123,7 +123,7 @@ struct RbcUkqcd const std::string boundary, const double residual); static inline void addC0StrangeSolver(Application &app, const std::string solverName, const std::string gaugeName, - const std::string boundary = "1 1 1 1", + const std::string boundary = "1 1 1 -1", const double residual = 1.0e-8); static inline void addM0StrangeSolver(Application &app, const std::string solverName, const std::string gaugeName, @@ -149,7 +149,7 @@ struct RbcUkqcd // Charm solvers, mass is a free parameter static inline void addC0CharmSolver(Application &app, const std::string solverName, const std::string gaugeName, const double mass, - const std::string boundary = "1 1 1 1", + const std::string boundary = "1 1 1 -1", const double residual = 1.0e-18); static inline void addM0CharmSolver(Application &app, const std::string solverName, const std::string gaugeName, const double mass,