Skip to content

Commit

Permalink
Fix typo in shear_modulus_reuss docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon committed Nov 2, 2021
1 parent 701be48 commit bf7555a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cij/core/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def shear_modulus_reuss(self) -> numpy.ndarray:
.. math::
G_\\text{R} = 15 / [
4 (s_{11} + s_{22} + s_{33})
+ 2 (s_{12} + s_{23} + s_{31})
- 4 (s_{12} + s_{23} + s_{31})
+ 3 (s_{44} + s_{55} + s_{66})
]
'''
Expand Down Expand Up @@ -463,7 +463,7 @@ def shear_modulus_reuss(self) -> numpy.ndarray:
.. math::
G_\\text{R} = 15 / [
4 (s_{11} + s_{22} + s_{33})
+ 2 (s_{12} + s_{23} + s_{31})
- 4 (s_{12} + s_{23} + s_{31})
+ 3 (s_{44} + s_{55} + s_{66})
]
'''
Expand Down

0 comments on commit bf7555a

Please sign in to comment.