From 8cec4c044445ddd10b492a5c85562180def5a582 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 13 Jul 2020 22:49:20 +0200 Subject: [PATCH] FEM: constants, fix non ascii character --- src/Mod/Fem/femtools/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femtools/constants.py b/src/Mod/Fem/femtools/constants.py index 520233c0e4f7..33f1500a8904 100644 --- a/src/Mod/Fem/femtools/constants.py +++ b/src/Mod/Fem/femtools/constants.py @@ -38,7 +38,7 @@ def gravity(): def stefan_boltzmann(): - # https://en.wikipedia.org/wiki/Stefan–Boltzmann_constant + # https://en.wikipedia.org/wiki/Stefan-Boltzmann_constant return "5.67037e-8 W/(m^2*K^4)"