Skip to content

Commit

Permalink
Fixed docstrings again
Browse files Browse the repository at this point in the history
Co-authored-by: James Dark <[email protected]>
  • Loading branch information
RemDelaporteMathurin and jhdark authored Oct 23, 2024
1 parent 4fbbab4 commit ad6c4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion festim/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def get_solubility_coefficient(self, mesh, temperature, species=None):
mesh (dolfinx.mesh.Mesh): the domain mesh
temperature (dolfinx.fem.Constant): the temperature
species (festim.Species, optional): the species we want the diffusion
species (festim.Species, optional): the species we want the solubility
coefficient of. Only needed if K_S_0 and E_K_S are dicts.
Returns:
ufl.algebra.Product: the solubility coefficient
Expand Down

0 comments on commit ad6c4b0

Please sign in to comment.