Skip to content

Commit

Permalink
FEM: constants, fix non ascii character
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jul 13, 2020
1 parent 41cfe08 commit 8cec4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femtools/constants.py
Expand Up @@ -38,7 +38,7 @@ def gravity():


def stefan_boltzmann():
# https://en.wikipedia.org/wiki/StefanBoltzmann_constant
# https://en.wikipedia.org/wiki/Stefan-Boltzmann_constant
return "5.67037e-8 W/(m^2*K^4)"


Expand Down

0 comments on commit 8cec4c0

Please sign in to comment.