Skip to content

Commit

Permalink
Fix typo in doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianDepriester committed Dec 5, 2024
1 parent a989c27 commit 4140570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Tutorial_wave-velocities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We thus start by defining the stiffness tensor for forsterite:
.. doctest::

>>> from Elasticipy.FourthOrderTensor import StiffnessTensor
>>> C = StiffnessTensor.fromCrystalSymmetry(symmetry='orthorombic', phase_name='forsterite',
>>> C = StiffnessTensor.fromCrystalSymmetry(symmetry='orthorhombic', phase_name='forsterite',
... C11=320, C12=68.2, C13=71.6, C22=196.5, C23=76.8,
... C33=233.5, C44=64, C55=77, C66=78.7)
>>> print(C)
Expand All @@ -23,7 +23,7 @@ We thus start by defining the stiffness tensor for forsterite:
[ 0. 0. 0. 64. 0. 0. ]
[ 0. 0. 0. 0. 77. 0. ]
[ 0. 0. 0. 0. 0. 78.7]]
Symmetry: orthorombic
Symmetry: orthorhombic

And define the mass density:

Expand Down

0 comments on commit 4140570

Please sign in to comment.